We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0d1d6d commit d51aebcCopy full SHA for d51aebc
doc/requirements.txt
@@ -3,3 +3,4 @@ sphinx-copybutton # MIT
3
sphinx-substitution-extensions # MIT
4
sphinx>=4.2.0 # BSD
5
sphinxcontrib-svg2pdfconverter>=0.1.0 # BSD
6
+furo # MIT
doc/source/conf.py
@@ -89,7 +89,7 @@
89
# The theme to use for HTML and HTML Help pages. Major themes that come with
90
# Sphinx are currently 'default' and 'sphinxdoc'.
91
# html_theme_path = []
92
-html_theme = 'default'
+html_theme = 'furo'
93
# html_static_path = ['static']
94
95
# Add any paths that contain "extra" files, such as .htaccess or
0 commit comments