Skip to content

Commit b87c7fb

Browse files
chore(pip/prod)(deps): bump sphinx-rtd-theme from 0.5.0 to 2.0.0
Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) from 0.5.0 to 2.0.0. - [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst) - [Commits](readthedocs/sphinx_rtd_theme@0.5.0...2.0.0) --- updated-dependencies: - dependency-name: sphinx-rtd-theme dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6b7be9f commit b87c7fb

File tree

2 files changed

+28
-10
lines changed

2 files changed

+28
-10
lines changed

poetry.lock

+27-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ tatsu = [
1717
{ version = ">=5.7.0,<5.9.0", python = ">=3.10" }
1818
]
1919
sphinx = {version = ">=3.3.1,<6.0.0", optional = true}
20-
sphinx-rtd-theme = { version = ">=0.5,<1.1", optional = true }
20+
sphinx-rtd-theme = { version = ">=0.5,<2.1", optional = true }
2121

2222
[tool.poetry.dev-dependencies]
2323
mamba = "^0.11.1"

0 commit comments

Comments
 (0)