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