From 4f480766e37f1252e75ab33d1e738357aaf77831 Mon Sep 17 00:00:00 2001 From: Hongbin Lu Date: Sat, 16 May 2020 23:39:42 +0000 Subject: [PATCH] Remove python_version>='3.4' on doc/requirements.txt It is not needed since we are py3 only now. Change-Id: I3cbb5a4f10806f38a8719d96794b79202d30948e --- doc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/requirements.txt b/doc/requirements.txt index ed5ef3507..4addcd8c7 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -2,7 +2,7 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. # this is required for the docs build jobs -sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2;python_version>='3.4' # BSD +sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2 # BSD sphinxcontrib-apidoc>=0.2.0 # BSD openstackdocstheme>=1.11.0 # Apache-2.0 reno>=1.8.0 # Apache-2.0