Skip to content

Commit

Permalink
pip prod(deps): update sphinx-rtd-theme requirement (#41)
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@0.1.8...1.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 28, 2023
1 parent dcc4688 commit d39ec37
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 @@ -37,7 +37,7 @@ pytest-cov = { optional = true, version = "*" }
sphinx = { optional = true, version = "<7" } # see issue at https://github.com/readthedocs/readthedocs.org/issues/10279
nbsphinx = { optional = true, version = "<=0.9.2" }
sphinx-autodoc-typehints = { optional = true, version = "<=1.23.0" }
sphinx_rtd_theme = { optional = true, version = "<=1.2.2" }
sphinx_rtd_theme = { optional = true, version = "<=1.3.0" }
readthedocs-sphinx-ext = { optional = true, version = "<=2.2.2" }
recommonmark = { optional = true, version = "<=0.7.1" }

Expand Down

0 comments on commit d39ec37

Please sign in to comment.