We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5748038 commit ec6b37fCopy full SHA for ec6b37f
1 file changed
doc/manual/source/conf.py
@@ -107,13 +107,15 @@
107
108
# The theme to use for HTML and HTML Help pages. See the documentation for
109
# a list of builtin themes.
110
-html_theme = 'default'
+html_theme = 'sphinx_py3doc_enhanced_theme'
111
112
# Theme options are theme-specific and customize the look and feel of a theme
113
# further. For a list of options available for each theme, see the
114
# documentation.
115
-# html_theme_options = {}
116
-html_theme_options = {'collapsiblesidebar' : 'true'}
+html_theme_options = {
+ 'collapsiblesidebar' : 'true',
117
+ 'navigation_with_keys' : 'true',
118
+}
119
120
# Add any paths that contain custom themes here, relative to this directory.
121
# html_theme_path = []
0 commit comments