diff options
author | takanori-pskq <takanori17h@gmail.com> | 2020-11-06 01:40:02 +0000 |
---|---|---|
committer | takanori-pskq <takanori17h@gmail.com> | 2020-11-06 01:40:02 +0000 |
commit | 6c8aa42ce668aa57ddc3347df35998fc32e7240a (patch) | |
tree | 3845cb52cca6503a1e24167a9be02d20bd548004 /doc_requirements.txt | |
parent | 93d3e7c247b66ec54d1095df30e99a95b4af9c72 (diff) | |
download | numpy-6c8aa42ce668aa57ddc3347df35998fc32e7240a.tar.gz |
DOC: Fix for buildling with sphinx 3
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 f69cc5dcb..0650e0a58 100644 --- a/doc_requirements.txt +++ b/doc_requirements.txt @@ -1,4 +1,4 @@ -sphinx>=2.2.0,<3.0 +sphinx>=3.2 numpydoc==1.1.0 ipython scipy |