diff options
author | Matti Picus <matti.picus@gmail.com> | 2021-01-11 10:22:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-11 10:22:43 +0200 |
commit | e4c78e3c0c06576be6cb12354730018b765c627a (patch) | |
tree | c2fec04b37fcb709fc88ff6d301576c8f8ea638c | |
parent | 49e026df832a691638786774708c8ccece6e41c1 (diff) | |
parent | ad71a168dd8b18954da3a2fb6591324487af8765 (diff) | |
download | numpy-e4c78e3c0c06576be6cb12354730018b765c627a.tar.gz |
Merge pull request #18148 from numpy/dependabot/pip/sphinx-3.4.3
MAINT: Bump sphinx from 3.4.1 to 3.4.3
-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 82da7875b..64ab9a41f 100644 --- a/doc_requirements.txt +++ b/doc_requirements.txt @@ -1,4 +1,4 @@ -sphinx==3.4.1 +sphinx==3.4.3 numpydoc==1.1.0 ipython scipy |