Skip to content

Commit b1ee472

Browse files
committed
Enable keyboard navigation for Sphinx own docs
1 parent cc7c6f4 commit b1ee472

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

doc/conf.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@
3434

3535
html_theme = 'sphinx13'
3636
html_theme_path = ['_themes']
37+
html_theme_options = {
38+
'navigation_with_keys': 'true' # inherited from the basic theme
39+
}
3740
html_css_files = [
3841
# 'basic.css', # included through inheritance from the basic theme
3942
'sphinx13.css',

0 commit comments

Comments
 (0)