Skip to content

Commit ec6b37f

Browse files
committed
DOC: switch to sphinx_py3doc_enhanced_theme
1 parent 5748038 commit ec6b37f

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

doc/manual/source/conf.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,13 +107,15 @@
107107

108108
# The theme to use for HTML and HTML Help pages. See the documentation for
109109
# a list of builtin themes.
110-
html_theme = 'default'
110+
html_theme = 'sphinx_py3doc_enhanced_theme'
111111

112112
# Theme options are theme-specific and customize the look and feel of a theme
113113
# further. For a list of options available for each theme, see the
114114
# documentation.
115-
# html_theme_options = {}
116-
html_theme_options = {'collapsiblesidebar' : 'true'}
115+
html_theme_options = {
116+
'collapsiblesidebar' : 'true',
117+
'navigation_with_keys' : 'true',
118+
}
117119

118120
# Add any paths that contain custom themes here, relative to this directory.
119121
# html_theme_path = []

0 commit comments

Comments
 (0)