diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-07-12 13:04:53 +0000 |
---|---|---|
committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-07-12 20:23:26 +0200 |
commit | 0250409d121e5ee8f4c8cf3bd4a32823023da283 (patch) | |
tree | cd9a0f9c8657dc9482aa536b3cac725b4eb8c68d /doc | |
parent | a8739234c8e5fc4c638990c035c197ccdb5d2835 (diff) | |
download | pylint-git-0250409d121e5ee8f4c8cf3bd4a32823023da283.tar.gz |
Bump sphinx from 4.0.2 to 4.1.0
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.0.2 to 4.1.0.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/4.x/CHANGES)
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v4.0.2...v4.1.0)
---
updated-dependencies:
- dependency-name: sphinx
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'doc')
-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 058787eb0..3704222e4 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,3 +1,3 @@ -Sphinx==4.0.2 +Sphinx==4.1.0 python-docs-theme==2021.5 -e . |