Thanks to visit codestin.com Credit goes to github.com
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 6b74c7c commit 5c2b0c2Copy full SHA for 5c2b0c2
docs/source/conf.py
@@ -97,10 +97,16 @@
97
# Options for HTML output
98
# -----------------------
99
100
+# import sphinx_rtd_theme
101
+# html_theme = "sphinx_rtd_theme"
102
+# html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
103
+
104
+html_theme = 'nature'
105
106
# The style sheet to use for HTML and HTML Help pages. A file of that name
107
# must exist either in Sphinx' static/ path, or in one of the custom paths
108
# given in html_static_path.
-html_style = 'default.css'
109
+# html_style = 'default.css'
110
111
# The name for this set of Sphinx documents. If None, it defaults to
112
# "<project> v<release> documentation".
0 commit comments