We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc7c6f4 commit a29b8f6Copy full SHA for a29b8f6
1 file changed
doc/conf.py
@@ -34,6 +34,9 @@
34
35
html_theme = 'sphinx13'
36
html_theme_path = ['_themes']
37
+html_theme_options = {
38
+ 'navigation_with_keys': 'true' # inherited from basic
39
+}
40
html_css_files = [
41
# 'basic.css', # included through inheritance from the basic theme
42
'sphinx13.css',
0 commit comments