Skip to content

Commit 589e446

Browse files
Allows to navigate with keys
1 parent 12f3fe0 commit 589e446

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
# The full version, including alpha/beta/rc tags
2929
release = '2.0'
3030

31-
3231
# -- General configuration ---------------------------------------------------
3332

3433
# Add any Sphinx extension module names here, as strings. They can be
@@ -116,6 +115,9 @@
116115
html_logo = "img/hpc2n-lunarc-uppmax-hpc-course.png"
117116
#html_logo = "img/logo-python-hpc-course.svg"
118117

118+
# Allows to navigate with keys, from https://www.sphinx-doc.org/en/master/usage/theming.html
119+
navigation_with_keys = True
120+
119121
# Add any paths that contain custom static files (such as style sheets) here,
120122
# relative to this directory. They are copied after the builtin static files,
121123
# so a file named "default.css" will overwrite the builtin "default.css".

0 commit comments

Comments
 (0)