Skip to content

Commit 2ccc2b9

Browse files
committed
DOC: switch to sphinx_py3doc_enhanced_theme
1 parent 5698893 commit 2ccc2b9

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

doc/manual/source/conf.py

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,13 +117,17 @@
117117

118118
# The theme to use for HTML and HTML Help pages. See the documentation for
119119
# a list of builtin themes.
120-
html_theme = 'default'
120+
#
121+
html_theme = 'sphinx_py3doc_enhanced_theme'
121122

122123
# Theme options are theme-specific and customize the look and feel of a theme
123124
# further. For a list of options available for each theme, see the
124125
# documentation.
125-
#html_theme_options = {}
126-
html_theme_options = {'collapsiblesidebar' : 'true'}
126+
#
127+
html_theme_options = {
128+
'collapsiblesidebar' : 'true',
129+
'navigation_with_keys' : 'true',
130+
}
127131

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

0 commit comments

Comments
 (0)