From 990e8cebc220f7d13874d09135f01f37cce66044 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 08:45:27 +0200 Subject: [PATCH] Update sphinx requirement from <8,>=3.1 to >=3.1,<9 in /requirements (#306) 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/v3.1.0...v8.0.2) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Denis Rouzaud --- requirements/documentation.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/documentation.txt b/requirements/documentation.txt index 294713e1..fedfbbaa 100644 --- a/requirements/documentation.txt +++ b/requirements/documentation.txt @@ -3,7 +3,7 @@ furo==2024.* myst-parser[linkify]>=0.13,<3.1 -sphinx>=3.1,<8 +sphinx>=3.1,<9 sphinx-autobuild==2024.9.19 sphinx-copybutton>=0.2,<1 sphinx-design>=0.6.0,<0.7