diff options
author | Ralf Gommers <ralf.gommers@gmail.com> | 2021-03-22 09:55:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-22 09:55:58 +0100 |
commit | 8ada030bd5b37c764ae83449b46c93d743455b40 (patch) | |
tree | 2006a50e0c4de58a07e85467e274db03e2ac3d23 | |
parent | 172251dd0b3629f248c86bbc77ab782ab50d298a (diff) | |
parent | d482ba810eaa4f18921c638aaaa89bb8983ba210 (diff) | |
download | numpy-8ada030bd5b37c764ae83449b46c93d743455b40.tar.gz |
Merge pull request #18664 from numpy/dependabot/pip/sphinx-3.5.3
MAINT: Bump sphinx from 3.5.2 to 3.5.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 e36602020..ba9d3028e 100644 --- a/doc_requirements.txt +++ b/doc_requirements.txt @@ -1,4 +1,4 @@ -sphinx==3.5.2 +sphinx==3.5.3 numpydoc==1.1.0 ipython scipy |