diff options
author | Jarrod Millman <jarrod.millman@gmail.com> | 2022-06-24 07:30:23 -0700 |
---|---|---|
committer | Jarrod Millman <jarrod.millman@gmail.com> | 2022-06-24 07:43:41 -0700 |
commit | 6b4449770e0751006431d130323bcc3b27841290 (patch) | |
tree | 55323581789d1af73817efc25d524a0aa490acc5 /environment.yml | |
parent | 99a4fac1ddbc74c822c763df333e0013cbbbe5e4 (diff) | |
download | numpy-6b4449770e0751006431d130323bcc3b27841290.tar.gz |
Require sphinx 4.3+
Diffstat (limited to 'environment.yml')
-rw-r--r-- | environment.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/environment.yml b/environment.yml index dfe2ae980..dd5f17ef9 100644 --- a/environment.yml +++ b/environment.yml @@ -22,7 +22,7 @@ dependencies: - mypy=0.950 - typing_extensions>=4.2.0 # For building docs - - sphinx=5.0.1 + - sphinx>=4.5.0 - sphinx-panels - numpydoc=1.4.0 - ipython |