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 /doc_requirements.txt | |
parent | 99a4fac1ddbc74c822c763df333e0013cbbbe5e4 (diff) | |
download | numpy-6b4449770e0751006431d130323bcc3b27841290.tar.gz |
Require sphinx 4.3+
Diffstat (limited to 'doc_requirements.txt')
-rw-r--r-- | doc_requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc_requirements.txt b/doc_requirements.txt index 5748d0670..e3c4f6d71 100644 --- a/doc_requirements.txt +++ b/doc_requirements.txt @@ -1,5 +1,5 @@ # doxygen required, use apt-get or dnf -sphinx==5.0.1 +sphinx>=4.5.0 numpydoc==1.4 pydata-sphinx-theme==0.9.0 sphinx-panels |