Skip to content

Commit 2c59f13

Browse files
committed
sphinx/conf.py: Fix warning with latest pydata-sphinx-theme release
Latest pydata-sphinx-theme release prints a new warning about an accessibility issue and recommends to set to False the navigation_with_keys theme option. It fixes CI jobs on Jenkins as sphinx warnings are treated as errors. See pydata/pydata-sphinx-theme#1492
1 parent f1953b4 commit 2c59f13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

swh/docs/sphinx/conf.py

+1
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@
142142
},
143143
],
144144
"navbar_persistent": ["search-button"],
145+
"navigation_with_keys": False,
145146
}
146147

147148
html_logo = "_static/software-heritage-logo-title.svg"

0 commit comments

Comments
 (0)