Skip to content

Commit 8d53f9f

Browse files
committed
DOC: Switch to classic theme
1 parent b59d3a5 commit 8d53f9f

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

doc/conf.py

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,27 @@
140140

141141
html_favicon = 'favicon.svg'
142142
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+
}
143164

144165
# -- Options for LaTeX output ---------------------------------------------
145166

0 commit comments

Comments
 (0)