We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f07420 commit 6bd6f33Copy full SHA for 6bd6f33
1 file changed
doc/conf.py
@@ -140,6 +140,22 @@
140
141
html_favicon = 'favicon.svg'
142
html_title = project + ' version ' + release
143
+html_theme = 'nature'
144
+html_theme_options = {
145
+ #'nosidebar': True,
146
+ #'sidebarwidth': 300,
147
+ #'body_max_width': None,
148
+ 'navigation_with_keys': True,
149
+}
150
+html_sidebars = {
151
+ '**': [
152
+ 'globaltoc.html',
153
+ #'localtoc.html',
154
+ #'relations.html',
155
+ 'sourcelink.html',
156
+ 'searchbox.html',
157
+ ]
158
159
160
# -- Options for LaTeX output ---------------------------------------------
161
0 commit comments