[DOCS] Update sphinx requirement from <9,>=7 to >=7,<10 (#1411)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
6b99c31e45
commit
3a07d058aa
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ lint = [
|
|||
"pylint==4.0.1",
|
||||
]
|
||||
docs = [
|
||||
"sphinx>=7,<9",
|
||||
"sphinx>=7,<10",
|
||||
"sphinx-rtd-theme>=2,<4",
|
||||
"sphinx-book-theme~=1.0",
|
||||
"sphinx-copybutton~=0.5",
|
||||
|
|
|
|||
Loading…
Reference in a new issue