Update sphinx requirement from <9,>=7 to >=7,<10

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...v9.1.0)

---
updated-dependencies:
- dependency-name: sphinx
  dependency-version: 9.1.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-01-05 20:05:40 +00:00 committed by GitHub
parent b2056bec5d
commit b5c8383689
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -52,7 +52,7 @@ lint = [
"pylint==4.0.1", "pylint==4.0.1",
] ]
docs = [ docs = [
"sphinx>=7,<9", "sphinx>=7,<10",
"sphinx-rtd-theme>=2,<4", "sphinx-rtd-theme>=2,<4",
"sphinx-book-theme~=1.0", "sphinx-book-theme~=1.0",
"sphinx-copybutton~=0.5", "sphinx-copybutton~=0.5",