mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
make navigation with keys in basic theme non-default
This commit is contained in:
@@ -124,7 +124,7 @@ var Documentation = {
|
||||
this.fixFirefoxAnchorBug();
|
||||
this.highlightSearchWords();
|
||||
this.initIndexTable();
|
||||
{% if not theme_nonavigationwithkeys|tobool %}
|
||||
{% if theme_navigation_with_keys|tobool %}
|
||||
this.initOnKeyListeners();
|
||||
{% endif %}
|
||||
},
|
||||
|
||||
@@ -6,4 +6,4 @@ pygments_style = none
|
||||
[options]
|
||||
nosidebar = false
|
||||
sidebarwidth = 230
|
||||
nonavigationwithkeys = false
|
||||
navigation_with_keys = False
|
||||
Reference in New Issue
Block a user