Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5c2b0c2

Browse files
committed
docs: Improve the look of the docs
- switched to nature theme - addressed a few formatting issues
1 parent 6b74c7c commit 5c2b0c2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/source/conf.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,16 @@
9797
# Options for HTML output
9898
# -----------------------
9999

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+
100106
# The style sheet to use for HTML and HTML Help pages. A file of that name
101107
# must exist either in Sphinx' static/ path, or in one of the custom paths
102108
# given in html_static_path.
103-
html_style = 'default.css'
109+
# html_style = 'default.css'
104110

105111
# The name for this set of Sphinx documents. If None, it defaults to
106112
# "<project> v<release> documentation".

0 commit comments

Comments
 (0)