Remove cap for sphinx

Since we use the requirements from upper-constraints,
don't add upper cap to 1.3 which is too old version and
u-c is beyond that since pike.

Related-Bug: #1908054
Change-Id: If17755178dcf8f0505f58b3d68db404e878a958d
This commit is contained in:
yatinkarel 2020-12-30 13:09:59 +05:30
parent 37392fc9b1
commit eff595b074
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# Doc requirements
sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
sphinx>=1.1.2,!=1.2.0,!=1.3b1
oslosphinx>=2.2.0 # Apache-2.0
sphinx_rtd_theme==0.1.7
ansible