Skip to content

Commit 022e9d9

Browse files
committed
DOC: switch to sphinx_py3doc_enhanced_theme
1 parent 1d59c83 commit 022e9d9

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

doc/manual/source/conf.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,13 +124,16 @@
124124
# The theme to use for HTML and HTML Help pages. See the documentation for
125125
# a list of builtin themes.
126126
#
127-
html_theme = 'classic'
127+
html_theme = 'sphinx_py3doc_enhanced_theme'
128128

129129
# Theme options are theme-specific and customize the look and feel of a theme
130130
# further. For a list of options available for each theme, see the
131131
# documentation.
132132
#
133-
html_theme_options = {'collapsiblesidebar' : 'true'}
133+
html_theme_options = {
134+
'collapsiblesidebar' : 'true',
135+
'navigation_with_keys' : 'true',
136+
}
134137

135138
# Add any paths that contain custom static files (such as style sheets) here,
136139
# relative to this directory. They are copied after the builtin static files,
@@ -197,7 +200,7 @@
197200
# -- intersphinx configuration --------------------------------------------
198201

199202
intersphinx_mapping = {
200-
'python' : ('https://docs.python.org/3.6', None),
203+
'python' : ('https://docs.python.org/3.7', None),
201204
'numpy' : ('https://docs.scipy.org/doc/numpy', None),
202205
}
203206

0 commit comments

Comments
 (0)