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 769fa63 commit 73142e9Copy full SHA for 73142e9
docs/conf.py
@@ -22,6 +22,12 @@
22
# sys.path.insert(0, os.path.abspath('.'))
23
24
25
+import sphinx_rtd_theme
26
+
27
+html_theme = "sphinx_rtd_theme"
28
29
+html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
30
31
# -- General configuration ------------------------------------------------
32
33
# If your documentation needs a minimal Sphinx version, state it here.
0 commit comments