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 /doc_requirements.txt | |
parent | a4bb94d52d915d98d5c7a30152dfa4eb61acd6ac (diff) | |
download | numpy-9557ff72a8e5be38b72187e3070cbe501bcda08f.tar.gz |
MAINT: Update doc requirements
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 07142bf9f..dbc9f40cd 100644 --- a/doc_requirements.txt +++ b/doc_requirements.txt @@ -1,7 +1,7 @@ # doxygen required, use apt-get or dnf -sphinx==4.2.0 -numpydoc==1.2.0 -pydata-sphinx-theme==0.7.2 +sphinx==4.5.0 +numpydoc==1.3.1 +pydata-sphinx-theme==0.8.1 sphinx-panels ipython!=8.1.0 scipy |