diff options
author | mattip <matti.picus@gmail.com> | 2020-12-21 13:02:59 +0200 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2020-12-21 13:02:59 +0200 |
commit | ac8d17df37d199f9ce664c1e5c7207491b9a6e25 (patch) | |
tree | 312c4386d97a03e0fb19fa961a5fbbcc8d6ebe23 /doc_requirements.txt | |
parent | f7bc512184a1de3992b0d154e6244a7a0d9a574f (diff) | |
download | numpy-ac8d17df37d199f9ce664c1e5c7207491b9a6e25.tar.gz |
BLD,DOC: pin sphinx to 3.3.1
Diffstat (limited to 'doc_requirements.txt')
-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 0650e0a58..0e47198b3 100644 --- a/doc_requirements.txt +++ b/doc_requirements.txt @@ -1,4 +1,4 @@ -sphinx>=3.2 +sphinx==3.3.1 numpydoc==1.1.0 ipython scipy |