diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2022-02-02 12:36:05 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-02 12:36:05 -0700 |
commit | 273b7fe0a94ae3a8ac96f4b34a396a8d3584c210 (patch) | |
tree | 1220f6b31937123502975356d00407e30369d5fa | |
parent | 7a038c8c8dabb7ada1efad92a9146e91765e2163 (diff) | |
parent | 445028f43f36c9038f8179adf923e2992fece1dd (diff) | |
download | numpy-273b7fe0a94ae3a8ac96f4b34a396a8d3584c210.tar.gz |
Merge pull request #20967 from rossbar/maint/update-numpydoc
MAINT: Update to numpydoc v1.2
-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 |