summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2021-10-25 07:54:44 -0700
committerGitHub <noreply@github.com>2021-10-25 07:54:44 -0700
commit08fad26d71ec437a889020cb92fb6195ab789272 (patch)
tree57f2bfd49ad780f65fa6e53f659563e6932917b7
parent7be5e977b3afe687a8945f3c511263d3c2d1ec4a (diff)
downloadnetworkx-08fad26d71ec437a889020cb92fb6195ab789272.tar.gz
Use sphinx 4.2 (#5150)
-rw-r--r--requirements/doc.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/requirements/doc.txt b/requirements/doc.txt
index 5f5e791f..1b1b0b98 100644
--- a/requirements/doc.txt
+++ b/requirements/doc.txt
@@ -1,7 +1,7 @@
-sphinx~=4.0
-pydata-sphinx-theme~=0.6
-sphinx-gallery~=0.9
+sphinx~=4.2
+pydata-sphinx-theme~=0.7
+sphinx-gallery~=0.10
numpydoc>=1.1
-pillow>=8.2
+pillow>=8.4
nb2plots>=0.6
texext>=0.6.6