From da747b5bd0f8b9f6ee508b3ec8dd6f1e89779f96 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Thu, 23 Jan 2020 12:26:33 +1100 Subject: [PATCH] Unpin sphinx requirement (#1370) Now that we support Python 3, we can stop pinning sphinx to the last version with Python 2 support. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d678b9ff..1b32257d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ requests>=2.14.0 pyjwt -sphinx<1.8 +sphinx sphinx-rtd-theme<0.5 Deprecated