Skip to content

Commit b7b17f0

Browse files
committed
fix docs, attempt 2
1 parent 560d0db commit b7b17f0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

conf.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@
131131
html_theme_options = {
132132
"repository_url": repository_url,
133133
"use_repository_button": True,
134+
"navigation_with_keys": True,
134135
}
135136

136137
pygments_style = "default"
@@ -155,6 +156,3 @@ def setup(app):
155156
},
156157
True,
157158
)
158-
159-
160-
navigation_with_keys = True

0 commit comments

Comments
 (0)