We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5698893 commit 2ccc2b9Copy full SHA for 2ccc2b9
doc/manual/source/conf.py
@@ -117,13 +117,17 @@
117
118
# The theme to use for HTML and HTML Help pages. See the documentation for
119
# a list of builtin themes.
120
-html_theme = 'default'
+#
121
+html_theme = 'sphinx_py3doc_enhanced_theme'
122
123
# Theme options are theme-specific and customize the look and feel of a theme
124
# further. For a list of options available for each theme, see the
125
# documentation.
-#html_theme_options = {}
126
-html_theme_options = {'collapsiblesidebar' : 'true'}
127
+html_theme_options = {
128
+ 'collapsiblesidebar' : 'true',
129
+ 'navigation_with_keys' : 'true',
130
+}
131
132
# Add any paths that contain custom themes here, relative to this directory.
133
#html_theme_path = []
0 commit comments