[DEV] Update sphinx requirement from ~=7.0 to >=7,<9 (#1029)

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/master/CHANGES.rst)
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v7.0.0...v8.0.0)

---
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>
This commit is contained in:
dependabot[bot] 2024-09-06 09:39:52 -07:00 committed by GitHub
parent cf4c7f6d52
commit 4e3e270df9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -52,7 +52,7 @@ lint = [
"pylint==3.2.7",
]
docs = [
"sphinx~=7.0",
"sphinx>=7,<9",
"sphinx-rtd-theme~=2.0",
"sphinx-book-theme~=1.0",
]