diff options
author | Jarrod Millman <jarrod.millman@gmail.com> | 2022-04-25 17:42:33 -0700 |
---|---|---|
committer | Jarrod Millman <jarrod.millman@gmail.com> | 2022-04-30 17:22:10 -0700 |
commit | 9557ff72a8e5be38b72187e3070cbe501bcda08f (patch) | |
tree | 426b0bd00a42b46af0659b4b1464d3f219ab9926 /environment.yml | |
parent | a4bb94d52d915d98d5c7a30152dfa4eb61acd6ac (diff) | |
download | numpy-9557ff72a8e5be38b72187e3070cbe501bcda08f.tar.gz |
MAINT: Update doc requirements
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 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 |