Skip to content

Commit

Permalink
added python_docs_theme to read the docs conf
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitriWeiss committed Oct 11, 2023
1 parent 293828d commit d65c064
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
'sphinx.ext.autodoc',
'sphinx.ext.autosummary',
'sphinx.ext.intersphinx',
'python_docs_theme',
]

napoleon_google_docstring = False
Expand All @@ -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
Expand Down

0 comments on commit d65c064

Please sign in to comment.