Repin sphinx version
Upstream constrainsts change here invalidates sphinx version upper limit: https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt This change resets constraint and removes dependancy on upper-constraints.txt Signed-off-by: Ron Stone <ronald.stone@windriver.com> Change-Id: I5bf939734cbb386c95de2328bea6c0c89e7ab3ee
This commit is contained in:
parent
1337709927
commit
6662c926e2
@ -1,4 +1,4 @@
|
||||
sphinx>=2.0.0,!=2.1.0,<=4.2.0
|
||||
sphinx==4.2.0
|
||||
openstackdocstheme>=2.2.1,<=2.3.1 # Apache-2.0
|
||||
|
||||
# API Reference Guide
|
||||
|
2
tox.ini
2
tox.ini
@ -13,7 +13,7 @@ deps = -r{toxinidir}/test-requirements.txt
|
||||
|
||||
[testenv:docs]
|
||||
deps =
|
||||
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
|
||||
# -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
|
||||
-r{toxinidir}/doc/requirements.txt
|
||||
commands =
|
||||
sphinx-build -a -E -W --keep-going -d doc/build/doctrees -t starlingx -t openstack -b html doc/source doc/build/html {posargs}
|
||||
|
Loading…
Reference in New Issue
Block a user