Remove py2 specific requirement for docs

This patch drops the py2 specific requirement for sphinx.

Change-Id: If5b6cfd47d30d3e9054c061dcbbdd69bb57a1154
This commit is contained in:
Tetsuro Nakamura 2019-11-23 15:24:10 +00:00
parent b87073c991
commit 702c78bfd9
1 changed files with 1 additions and 2 deletions

View File

@ -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.6.6,!=1.6.7,>=1.6.3,<2.0.0;python_version=='2.7' # BSD
sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.3;python_version>='3.4' #BSD
sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.3 # BSD
sphinxcontrib-actdiag>=0.8.5 # BSD
sphinxcontrib-seqdiag>=0.8.4 # BSD
sphinx-feature-classification>=0.2.0 # Apache-2.0