File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 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,
197200# -- intersphinx configuration --------------------------------------------
198201
199202intersphinx_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
You can’t perform that action at this time.
0 commit comments