Skip to content

Commit 6bd6f33

Browse files
committed
DOC: Switch to nature theme
1 parent 4f07420 commit 6bd6f33

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

doc/conf.py

Lines changed: 16 additions & 0 deletions
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 = '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+
}
143159

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

0 commit comments

Comments
 (0)