From d65c064ad265b3b678be51e72c3949be1c8c9c92 Mon Sep 17 00:00:00 2001 From: DimitriWeiss Date: Wed, 11 Oct 2023 20:15:05 +0200 Subject: [PATCH] added python_docs_theme to read the docs conf --- docs/source/conf.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index c741805..ae18b1f 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -26,7 +26,6 @@ 'sphinx.ext.autodoc', 'sphinx.ext.autosummary', 'sphinx.ext.intersphinx', - 'python_docs_theme', ] napoleon_google_docstring = False @@ -45,7 +44,7 @@ # -- Options for HTML output ------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output -html_theme = 'sphinx_rtd_theme' +html_theme = "python_docs_theme" html_static_path = ['_static'] # -- Options for EPUB output