Unpin sphinx requirement (#1370)

Now that we support Python 3, we can stop pinning sphinx to the last
version with Python 2 support.
This commit is contained in:
Steve Kowalik
2020-01-23 12:26:33 +11:00
committed by GitHub
parent 37122cf2bb
commit da747b5bd0
+1 -1
View File
@@ -1,5 +1,5 @@
requests>=2.14.0
pyjwt
sphinx<1.8
sphinx
sphinx-rtd-theme<0.5
Deprecated