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 c90170b commit 5c1d6f1Copy full SHA for 5c1d6f1
docs/source/conf.py
@@ -97,13 +97,13 @@
97
98
99
# -- Options for HTML output ----------------------------------------------
100
-import sphinx_rtd_theme
101
-html_theme = "sphinx_rtd_theme"
102
-html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
+#import sphinx_rtd_theme
+#html_theme = "sphinx_rtd_theme"
+#html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
103
104
# The theme to use for HTML and HTML Help pages. See the documentation for
105
# a list of builtin themes.
106
-#html_theme = 'default'
+html_theme = 'default'
107
108
# Theme options are theme-specific and customize the look and feel of a theme
109
# further. For a list of options available for each theme, see the
0 commit comments