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 3de1ba3 commit 9be4076Copy full SHA for 9be4076
docs/conf.py
@@ -18,7 +18,11 @@
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", "sphinx_rtd_theme"]
+extensions = [
22
+ "sphinx.ext.autodoc",
23
+ "sphinx.ext.viewcode",
24
+ "sphinx_rtd_theme",
25
+]
26
27
# Sort members by type
28
autodoc_member_order = "groupwise"
@@ -67,7 +71,7 @@ def setup(app):
67
71
# The theme to use for HTML and HTML Help pages. See the documentation for
68
72
# a list of builtin themes.
69
73
# html_theme = "default"
70
-html_theme = 'sphinx_rtd_theme'
74
+html_theme = "sphinx_rtd_theme"
75
# html_theme_path = ["_themes", ]
76
# html_static_path = ['_static']
77
0 commit comments