From dafbe3503aa6fa883fda1373a08a47258dabe13c Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Fri, 13 Dec 2019 12:46:34 +0000 Subject: [PATCH] Remove remaining Python 2.7-only dependencies Change-Id: I7c50e73c02e710a357eca51b0e156e2bd2f3ec1d Signed-off-by: Stephen Finucane --- doc/requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index c0a868a619c7..48352ebc2a20 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -1,8 +1,7 @@ # The order of packages is significant, because pip processes them in the order # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -sphinx>=1.8.0,<2.0.0;python_version=='2.7' # BSD -sphinx>=1.8.0,!=2.1.0;python_version>='3.4' # BSD +sphinx>=1.8.0,!=2.1.0 # BSD sphinxcontrib-actdiag>=0.8.5 # BSD sphinxcontrib-seqdiag>=0.8.4 # BSD sphinxcontrib-svg2pdfconverter>=0.1.0 # BSD