diff options
| -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 |
