diff options
author | mattip <matti.picus@gmail.com> | 2020-09-16 16:15:03 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2020-09-16 16:15:03 +0300 |
commit | 11d67d46931887f4f4e05da080cf99414bff329d (patch) | |
tree | e1e712ade7804365760ee63905bbba64d06abe62 /doc_requirements.txt | |
parent | a182f32c77e557cadb0cd70f788e17c14671d171 (diff) | |
download | numpy-11d67d46931887f4f4e05da080cf99414bff329d.tar.gz |
DOC, BLD: update doc build dependencies, remove as numpydoc submodule
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 815aac307..36b651c64 100644 --- a/doc_requirements.txt +++ b/doc_requirements.txt @@ -1,5 +1,5 @@ -pygments==2.6.1 sphinx>=2.2.0,<3.0 +numpydoc==1.1.0 ipython scipy matplotlib |