From 5ff5353d1e621da3e89ab74cefc1c46bd837834e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 12:28:13 +0000 Subject: [PATCH 1/2] CI: (deps): Bump pydata-sphinx-theme from 0.14.1 to 0.14.2 in /ci Bumps [pydata-sphinx-theme](https://github.com/pydata/pydata-sphinx-theme) from 0.14.1 to 0.14.2. - [Release notes](https://github.com/pydata/pydata-sphinx-theme/releases) - [Commits](https://github.com/pydata/pydata-sphinx-theme/compare/v0.14.1...v0.14.2) --- updated-dependencies: - dependency-name: pydata-sphinx-theme dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- ci/doc_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/doc_requirements.txt b/ci/doc_requirements.txt index bd9370f3afe..fc80f8239a5 100644 --- a/ci/doc_requirements.txt +++ b/ci/doc_requirements.txt @@ -1,5 +1,5 @@ sphinx==7.2.6 -pydata-sphinx-theme==0.14.1 +pydata-sphinx-theme==0.14.2 sphinx-design==0.5.0 sphinx-gallery==0.14.0 myst-parser==2.0.0 From eedc36b454f0728901c567465e4e00d7624298ad Mon Sep 17 00:00:00 2001 From: Ryan May Date: Wed, 25 Oct 2023 15:41:58 -0600 Subject: [PATCH 2/2] DOC: Disable keyboard navigation This silences a new warning from the theme. It also can be unexpected for the doc page to override default keyboard behavior. --- docs/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/conf.py b/docs/conf.py index 4bce7fafb6e..36aa00d79ee 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -231,6 +231,7 @@ 'json_url': 'https://unidata.github.io/MetPy/pst-versions.json', 'version_match': 'dev' if 'dev' in version else f'v{version}', }, + 'navigation_with_keys': False } # Theme options are theme-specific and customize the look and feel of a theme