Skip to content

Commit

Permalink
build(deps-dev): update sphinx-rtd-theme requirement from ~=1.3 to ~=2.0
Browse files Browse the repository at this point in the history
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](readthedocs/sphinx_rtd_theme@1.3.0...2.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2023
1 parent d226d66 commit 5bd791c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ dev = [
docs = [
"myst-parser~=2.0",
"sphinx~=7.2",
"sphinx-rtd-theme~=1.3"
"sphinx-rtd-theme~=2.0"
]
lint = [
"pre-commit~=3.4"
Expand Down

0 comments on commit 5bd791c

Please sign in to comment.