diff options
author | Jarrod Millman <jarrod.millman@gmail.com> | 2020-08-15 23:55:40 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-15 23:55:40 -0700 |
commit | 039ac205f7340a6dff96b9eefe61db17b555a69f (patch) | |
tree | d3993e5813a79be001d1ddef05f67228df6c2568 /requirements | |
parent | 9036720d1ac4454eda106d5c3f4177d2a8c175f8 (diff) | |
download | networkx-039ac205f7340a6dff96b9eefe61db17b555a69f.tar.gz |
Update sphinx dep (#4164)
Diffstat (limited to 'requirements')
-rw-r--r-- | requirements/doc.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements/doc.txt b/requirements/doc.txt index cfe9e90d..54a77b1f 100644 --- a/requirements/doc.txt +++ b/requirements/doc.txt @@ -1,4 +1,4 @@ -sphinx==3.1.2 +sphinx==3.2.1 sphinx_rtd_theme==0.5.0 sphinx-gallery==0.7.0 pillow>=7.2.0 |