Update sphinx-rtd-theme requirement from ~=2.0 to >=2,<4
Updates the requirements on [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) to permit the latest version. - [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst) - [Commits](https://github.com/readthedocs/sphinx_rtd_theme/compare/2.0.0...3.0.0) --- updated-dependencies: - dependency-name: sphinx-rtd-theme dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
1499d7486c
commit
303640f6bd
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ lint = [
|
||||||
]
|
]
|
||||||
docs = [
|
docs = [
|
||||||
"sphinx>=7,<9",
|
"sphinx>=7,<9",
|
||||||
"sphinx-rtd-theme~=2.0",
|
"sphinx-rtd-theme>=2,<4",
|
||||||
"sphinx-book-theme~=1.0",
|
"sphinx-book-theme~=1.0",
|
||||||
"sphinx-copybutton~=0.5",
|
"sphinx-copybutton~=0.5",
|
||||||
"sphinx_design~=0.6",
|
"sphinx_design~=0.6",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue