diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-04-27 10:20:16 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-27 10:20:16 +0000 |
commit | 5b02a62354ebdff3f4e41ed3bc3252d330d678dd (patch) | |
tree | 2ab3c41963bb78adcc771c05ce6e9cd5c1329a73 | |
parent | fc68f386da73a952a4160033f2c0f2304ec91d0c (diff) | |
download | gerbonara-5b02a62354ebdff3f4e41ed3bc3252d330d678dd.tar.gz gerbonara-5b02a62354ebdff3f4e41ed3bc3252d330d678dd.tar.bz2 gerbonara-5b02a62354ebdff3f4e41ed3bc3252d330d678dd.zip |
Bump sphinx from 3.0.1 to 3.0.3
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.0.1 to 3.0.3.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/3.x/CHANGES)
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v3.0.1...v3.0.3)
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 342ecb2..a7a6c41 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -2,5 +2,5 @@ -r requirements.txt # documentation generation support -Sphinx==3.0.1 +Sphinx==3.0.3 numpydoc==0.9.2 |