diff options
author | Jarrod Millman <jarrod.millman@gmail.com> | 2022-06-10 08:30:49 -0700 |
---|---|---|
committer | Jarrod Millman <jarrod.millman@gmail.com> | 2022-06-24 05:16:34 -0700 |
commit | 66c2414353cad6b6ef271bdae8516c40af2cc189 (patch) | |
tree | 7f2c51145363c812d1f18dc25698fb4fe7f5dcd8 /environment.yml | |
parent | 3039cd3a98c0ef7b1cc11b4ad6a844f4c049098b (diff) | |
download | numpy-66c2414353cad6b6ef271bdae8516c40af2cc189.tar.gz |
Update sphinx
Diffstat (limited to 'environment.yml')
-rw-r--r-- | environment.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/environment.yml b/environment.yml index 24bf73839..938f02791 100644 --- a/environment.yml +++ b/environment.yml @@ -22,14 +22,14 @@ dependencies: - mypy=0.950 - typing_extensions>=4.2.0 # For building docs - - sphinx=4.5.0 + - sphinx=5.0.1 - sphinx-panels - - numpydoc=1.3.1 + - numpydoc=1.4.0 - ipython - scipy - pandas - matplotlib - - pydata-sphinx-theme=0.8.1 + - pydata-sphinx-theme=0.9.0 - doxygen # NOTE: breathe 4.33.0 collides with sphinx.ext.graphviz - breathe!=4.33.0 |