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 e604c86 commit 8cce03aCopy full SHA for 8cce03a
docs/conf.py
@@ -18,7 +18,7 @@
18
# sys.path.insert(0, os.path.abspath('.'))
19
sys.path.insert(0, os.path.abspath("../src"))
20
21
-extensions = ["sphinx.ext.autodoc", "sphinx.ext.viewcode"]
+extensions = ["sphinx.ext.autodoc", "sphinx.ext.viewcode", "sphinx_rtd_theme"]
22
23
# Sort members by type
24
autodoc_member_order = "groupwise"
@@ -66,8 +66,8 @@ def setup(app):
66
67
# The theme to use for HTML and HTML Help pages. See the documentation for
68
# a list of builtin themes.
69
-html_theme = "default"
70
-# html_theme = 'sphinx_rtd_theme'
+# html_theme = "default"
+html_theme = 'sphinx_rtd_theme'
71
# html_theme_path = ["_themes", ]
72
# html_static_path = ['_static']
73
0 commit comments