diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-02-08 08:23:55 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-08 08:23:55 -0800 |
commit | 895ae106ef06ca4785acd27f0bd99196b9d03c63 (patch) | |
tree | 80fb2b8d06aed4f01a0d1ee899ac387db977b4ca | |
parent | bc4cb4affd33c0a543f2dc602d3905a82133dbeb (diff) | |
download | dnspython-895ae106ef06ca4785acd27f0bd99196b9d03c63.tar.gz |
Bump sphinx-rtd-theme from 1.1.1 to 1.2.0 (#894)
Bumps [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) from 1.1.1 to 1.2.0.
- [Release notes](https://github.com/readthedocs/sphinx_rtd_theme/releases)
- [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst)
- [Commits](https://github.com/readthedocs/sphinx_rtd_theme/compare/1.1.1...1.2.0)
---
updated-dependencies:
- dependency-name: sphinx-rtd-theme
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | doc/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/requirements.txt b/doc/requirements.txt index 258cb78..4b3df47 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,3 +1,3 @@ sphinx==4.3.2 -sphinx_rtd_theme==1.1.1 +sphinx_rtd_theme==1.2.0 readthedocs-sphinx-search==0.2.0 |