diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2021-09-13 12:18:37 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-13 12:18:37 -0600 |
commit | 7edcca10800da50c59b6e95580ed3b0a8983afae (patch) | |
tree | 14879bde10813fd504d81f1c14207ff2118a178f | |
parent | 70bd97a840c4ee088a0c30164ad7ea429bb7151c (diff) | |
parent | 2fbee59b5945670d50d52267d5af9ed280dd15c8 (diff) | |
download | numpy-7edcca10800da50c59b6e95580ed3b0a8983afae.tar.gz |
Merge pull request #19868 from numpy/dependabot/pip/sphinx-4.2.0
MAINT: Bump sphinx from 4.1.2 to 4.2.0
-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 4eebb5519..5324d4d0c 100644 --- a/doc_requirements.txt +++ b/doc_requirements.txt @@ -1,4 +1,4 @@ -sphinx==4.1.2 +sphinx==4.2.0 numpydoc==1.1.0 ipython scipy |