diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-02-12 08:14:56 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-12 08:14:56 +0000 |
commit | 6338ca4f9e26182ef5f6fc137f2db648961ef20f (patch) | |
tree | f54b57c1b68bfc6f1f4b239500d10ee3c445115a | |
parent | 687e41e4c33e1e380b15f514be2fb4e87ed1a883 (diff) | |
download | gerbonara-6338ca4f9e26182ef5f6fc137f2db648961ef20f.tar.gz gerbonara-6338ca4f9e26182ef5f6fc137f2db648961ef20f.tar.bz2 gerbonara-6338ca4f9e26182ef5f6fc137f2db648961ef20f.zip |
Bump sphinx from 2.3.1 to 2.4.1
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 2.3.1 to 2.4.1.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/2.0/CHANGES)
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v2.3.1...v2.4.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r-- | requirements-docs.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements-docs.txt b/requirements-docs.txt index d817215..938013a 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -2,5 +2,5 @@ -r requirements.txt # documentation generation support -Sphinx==2.3.1 +Sphinx==2.4.1 numpydoc==0.9.2 |