From b36b3eddb8ef329172e7e98948aba3f0422af40e Mon Sep 17 00:00:00 2001 From: "P. L. Lim" <2090236+pllim@users.noreply.github.com> Date: Wed, 25 Oct 2023 13:13:00 -0400 Subject: [PATCH] DOC: Explicitly set navigation_with_keys (#2533) to silence pydata-sphinx-theme warning that is failing RTD. --- docs/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index cda732533a..9cc566c7f4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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, } )