From 3fa115171dc5b6533ab4f744adcf434c9b33c6c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 21:40:45 +0000 Subject: [PATCH 1/2] CI: (deps): Bump pydata-sphinx-theme from 0.15.2 to 0.15.4 in /ci Bumps [pydata-sphinx-theme](https://github.com/pydata/pydata-sphinx-theme) from 0.15.2 to 0.15.4. - [Release notes](https://github.com/pydata/pydata-sphinx-theme/releases) - [Changelog](https://github.com/pydata/pydata-sphinx-theme/blob/main/RELEASE.md) - [Commits](https://github.com/pydata/pydata-sphinx-theme/compare/v0.15.2...v0.15.4) --- 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 c51eb17063..5024ae2da2 100644 --- a/ci/doc_requirements.txt +++ b/ci/doc_requirements.txt @@ -1,5 +1,5 @@ sphinx==7.3.7 -pydata-sphinx-theme==0.15.2 +pydata-sphinx-theme==0.15.4 sphinx-design==0.6.1 sphinx-gallery==0.17.1 myst-parser==4.0.0 From ce0dc3b400351db1ca41a8a23190f3511daf6097 Mon Sep 17 00:00:00 2001 From: Ryan May Date: Tue, 9 Jul 2024 12:02:55 -0700 Subject: [PATCH 2/2] MNT: Fix icon color with new theme version --- docs/_static/theme-unidata.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_static/theme-unidata.css b/docs/_static/theme-unidata.css index 8e538d7bc2..483ac5b8fe 100644 --- a/docs/_static/theme-unidata.css +++ b/docs/_static/theme-unidata.css @@ -19,7 +19,7 @@ html { .bd-header .navbar-nav>.nav-item>.nav-link, .bd-header .dropdown-toggle, -.bd-header .fa-solid, +.bd-header .pst-navbar-icon, .bd-header .btn { color: #fff !important; }