From 9878c6de2baf456ecbc16874ada9b1c3ee645b42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 20:19:40 +0000 Subject: [PATCH 1/2] build(deps): update sphinx requirement from ~=7.3.7 to ~=8.0.2 Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version. - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.0.2/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.3.7...v8.0.2) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 26002de..5625af7 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,2 +1,2 @@ -sphinx~=7.3.7 +sphinx~=8.0.2 sphinx-rtd-theme~=2.0.0 From d56dc2c197d09c3e71bcbb59ac1f8524d1a44d14 Mon Sep 17 00:00:00 2001 From: Ian Cooke Date: Tue, 17 Sep 2024 16:57:59 -0400 Subject: [PATCH 2/2] sphinx 8 needs rtd 3 --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 5625af7..44ac0c5 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,2 +1,2 @@ sphinx~=8.0.2 -sphinx-rtd-theme~=2.0.0 +sphinx-rtd-theme~=3.0.0