Skip to content

Commit

Permalink
refactor: set navigation_with_keys as false to prevent sphinx validat…
Browse files Browse the repository at this point in the history
…ion error
  • Loading branch information
anujsinha3 committed Oct 27, 2023
1 parent 98a72c6 commit c6ff331
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tutorials/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,10 @@ repository:
html:
use_issues_button: true
use_repository_button: true

# Set navigation_with_keys: false to prevent pydata-sphinx-theme validation warning/error
# See https://github.com/pydata/pydata-sphinx-theme/issues/1492
sphinx:
config:
html_theme_options:
navigation_with_keys: false

0 comments on commit c6ff331

Please sign in to comment.