We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b59d3a5 commit 8d53f9fCopy full SHA for 8d53f9f
doc/conf.py
@@ -140,6 +140,27 @@
140
141
html_favicon = 'favicon.svg'
142
html_title = project + ' version ' + release
143
+html_theme = 'classic'
144
+html_theme_options = {
145
+ #'nosidebar': True,
146
+ #'sidebarwidth': 300,
147
+ #'body_min_width': 0,
148
+ #'body_max_width': None,
149
+ 'navigation_with_keys': True,
150
+ #'rightsidebar': True,
151
+ #'stickysidebar': True,
152
+ 'collapsiblesidebar': True,
153
+ 'externalrefs': True, # dashed underline on external links
154
+}
155
+html_sidebars = {
156
+ '**': [
157
+ 'globaltoc.html',
158
+ #'localtoc.html',
159
+ #'relations.html',
160
+ 'sourcelink.html',
161
+ 'searchbox.html',
162
+ ]
163
164
165
# -- Options for LaTeX output ---------------------------------------------
166
0 commit comments