From 8d85e7c67d924bdb460617ead7745cf3f50fbd6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 22:22:30 +0000 Subject: [PATCH] Update pydata-sphinx-theme requirement in /docs/source Updates the requirements on [pydata-sphinx-theme](https://github.com/pydata/pydata-sphinx-theme) to permit the latest version. - [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.20.0...v0.21.0) --- updated-dependencies: - dependency-name: pydata-sphinx-theme dependency-version: 0.21.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/source/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/requirements.txt b/docs/source/requirements.txt index edc3e7b..72357fc 100644 --- a/docs/source/requirements.txt +++ b/docs/source/requirements.txt @@ -1,2 +1,2 @@ sphinx>=9.1.0 -pydata-sphinx-theme>=0.20.0 +pydata-sphinx-theme>=0.21.0