Skip to content

Commit 072c6b7

Browse files
committedMar 4, 2025·
DOC: Switch to sphinxdoc theme
1 parent b59d3a5 commit 072c6b7

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
 

‎doc/conf.py

+16
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,22 @@
140140

141141
html_favicon = 'favicon.svg'
142142
html_title = project + ' version ' + release
143+
html_theme = 'sphinxdoc'
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+
}
143159

144160
# -- Options for LaTeX output ---------------------------------------------
145161

0 commit comments

Comments
 (0)
Please sign in to comment.