Remove python_version>='3.4' on doc/requirements.txt

It is not needed since we are py3 only now.

Change-Id: I3cbb5a4f10806f38a8719d96794b79202d30948e
This commit is contained in:
Hongbin Lu 2020-05-16 23:39:42 +00:00
parent b49e8ce718
commit 4f480766e3

View File

@ -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