diff options
author | Matti Picus <matti.picus@gmail.com> | 2022-05-01 18:40:11 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-01 18:40:11 +0300 |
commit | 9ee47e0ebe7e869f4ddcf1e3d18978fa23d43c1d (patch) | |
tree | 08e1726261c9c69994cacda217443dbada3362ed | |
parent | a4a757d3b971a6b25608a91e9985c4ff0b10dc82 (diff) | |
parent | 9557ff72a8e5be38b72187e3070cbe501bcda08f (diff) | |
download | numpy-9ee47e0ebe7e869f4ddcf1e3d18978fa23d43c1d.tar.gz |
Merge pull request #21417 from jarrodmillman/update-doc-requirements
MAINT: Update doc requirements
-rw-r--r-- | doc_requirements.txt | 6 | ||||
-rw-r--r-- | environment.yml | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/doc_requirements.txt b/doc_requirements.txt index 07142bf9f..dbc9f40cd 100644 --- a/doc_requirements.txt +++ b/doc_requirements.txt @@ -1,7 +1,7 @@ # doxygen required, use apt-get or dnf -sphinx==4.2.0 -numpydoc==1.2.0 -pydata-sphinx-theme==0.7.2 +sphinx==4.5.0 +numpydoc==1.3.1 +pydata-sphinx-theme==0.8.1 sphinx-panels ipython!=8.1.0 scipy diff --git a/environment.yml b/environment.yml index 922fb55dc..ded3b1a1d 100644 --- a/environment.yml +++ b/environment.yml @@ -21,14 +21,14 @@ dependencies: # For type annotations - mypy=0.942 # For building docs - - sphinx=4.2.0 + - sphinx=4.5.0 - sphinx-panels - - numpydoc=1.2.0 + - numpydoc=1.3.1 - ipython - scipy - pandas - matplotlib - - pydata-sphinx-theme=0.7.2 + - pydata-sphinx-theme=0.8.1 # NOTE: breathe 4.33.0 collides with sphinx.ext.graphviz - breathe!=4.33.0 # For linting |