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 /doc_requirements.txt | |
parent | 3039cd3a98c0ef7b1cc11b4ad6a844f4c049098b (diff) | |
download | numpy-66c2414353cad6b6ef271bdae8516c40af2cc189.tar.gz |
Update sphinx
Diffstat (limited to 'doc_requirements.txt')
-rw-r--r-- | doc_requirements.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc_requirements.txt b/doc_requirements.txt index dbc9f40cd..5748d0670 100644 --- a/doc_requirements.txt +++ b/doc_requirements.txt @@ -1,7 +1,7 @@ # doxygen required, use apt-get or dnf -sphinx==4.5.0 -numpydoc==1.3.1 -pydata-sphinx-theme==0.8.1 +sphinx==5.0.1 +numpydoc==1.4 +pydata-sphinx-theme==0.9.0 sphinx-panels ipython!=8.1.0 scipy |