Skip to content

Commit

Permalink
DOC: Explicitly set navigation_with_keys (#2533)
Browse files Browse the repository at this point in the history
to silence pydata-sphinx-theme warning that is failing RTD.
  • Loading branch information
pllim authored Oct 25, 2023
1 parent 405ac06 commit b36b3ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,8 @@
{"name": "Help Desk", "url": "http://jwsthelp.stsci.edu/"},
],
"use_edit_page_button": True,
# https://github.com/pydata/pydata-sphinx-theme/issues/1492
"navigation_with_keys": False,
}
)

Expand Down

0 comments on commit b36b3ed

Please sign in to comment.