switch documentation to furo theme

Because cleaner look, more useful contents sidebar and light/dark mode support.
This commit is contained in:
eelke 2022-09-05 08:14:01 +02:00
parent df24564d6b
commit 38290145c8
2 changed files with 2 additions and 4 deletions

View file

@ -48,9 +48,7 @@ exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
# The theme to use for HTML and HTML Help pages. See the documentation for # The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes. # a list of builtin themes.
# #
import sphinx_theme_pd html_theme = 'furo'
html_theme = 'sphinx_theme_pd'
html_theme_path = [sphinx_theme_pd.get_html_theme_path()]
# Add any paths that contain custom static files (such as style sheets) here, # Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files, # relative to this directory. They are copied after the builtin static files,

View file

@ -1,4 +1,4 @@
reno[sphinx]==3.5.0 reno[sphinx]==3.5.0
Sphinx==5.1.1 Sphinx==5.1.1
sphinx-theme-pd==0.8.3 furo==0.8.3