diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2020-02-24 08:45:25 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-24 08:45:25 +0000 |
commit | 81ed3738a6a83cf8bf104ac928e7b50387db3b9a (patch) | |
tree | 7c88ee09b299e488315397c47179345d5f1d7907 | |
parent | 34390e876d110be64f2d8c7b82076f0a5b658e76 (diff) | |
download | gerbonara-81ed3738a6a83cf8bf104ac928e7b50387db3b9a.tar.gz gerbonara-81ed3738a6a83cf8bf104ac928e7b50387db3b9a.tar.bz2 gerbonara-81ed3738a6a83cf8bf104ac928e7b50387db3b9a.zip |
Bump sphinx from 2.4.2 to 2.4.3
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 2.4.2 to 2.4.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/v2.4.2...v2.4.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 6285b81..428e964 100644 --- a/requirements-docs.txt +++ b/requirements-docs.txt @@ -2,5 +2,5 @@ -r requirements.txt # documentation generation support -Sphinx==2.4.2 +Sphinx==2.4.3 numpydoc==0.9.2 |