Skip to content

Commit

Permalink
Update sphinx requirement from <8,>=3.1 to >=3.1,<9 in /requirements (#…
Browse files Browse the repository at this point in the history
…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](sphinx-doc/sphinx@v3.1.0...v8.0.2)

---
updated-dependencies:
- dependency-name: sphinx
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Denis Rouzaud <denis.rouzaud@gmail.com>
  • Loading branch information
dependabot[bot] and 3nids authored Oct 8, 2024
1 parent 2d0e7b1 commit 990e8ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/documentation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 990e8ce

Please sign in to comment.