diff options
author | Ross Barnowski <rossbar@berkeley.edu> | 2022-02-01 12:21:22 -0800 |
---|---|---|
committer | Ross Barnowski <rossbar@berkeley.edu> | 2022-02-01 12:21:22 -0800 |
commit | 445028f43f36c9038f8179adf923e2992fece1dd (patch) | |
tree | 36ecc62396e47ba6a1f89b21c6efa76741102340 | |
parent | ff4b33edcf6819f24f9a1b4a483d64873cea2d5c (diff) | |
download | numpy-445028f43f36c9038f8179adf923e2992fece1dd.tar.gz |
Bump numpydoc version.
-rw-r--r-- | doc_requirements.txt | 2 | ||||
-rw-r--r-- | environment.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc_requirements.txt b/doc_requirements.txt index 7f284d447..d560870a7 100644 --- a/doc_requirements.txt +++ b/doc_requirements.txt @@ -1,6 +1,6 @@ # doxygen required, use apt-get or dnf sphinx==4.2.0 -numpydoc==1.1.0 +numpydoc==1.2.0 pydata-sphinx-theme==0.7.2 sphinx-panels ipython diff --git a/environment.yml b/environment.yml index 214a75352..7d8fba983 100644 --- a/environment.yml +++ b/environment.yml @@ -23,7 +23,7 @@ dependencies: # For building docs - sphinx=4.2.0 - sphinx-panels - - numpydoc=1.1.0 + - numpydoc=1.2.0 - ipython - scipy - pandas |