Skip to content

Commit db34932

Browse files
committed
WIP: disable navigation_with_keys
Problem A warning is raised during workflow "Build project documentation". Solution Follow pydata/pydata-sphinx-theme#1492 instructions and disable "navigation_with_keys" as it is also something that is defined as default for ansys sphinx theme (see ansys/ansys-sphinx-theme#315)
1 parent b566ffe commit db34932

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232

3333
html_theme_options = {
3434
"github_url": "https://github.com/ansys/dev-guide",
35+
"navigation_with_keys": False,
3536
"show_prev_next": False,
3637
"show_breadcrumbs": True,
3738
"use_edit_page_button": True,

0 commit comments

Comments
 (0)