Enable syncing of docs
The docs job is failing in https://review.opendev.org/671840 and thus nothing is synced in from openstack-ansible-tests. The failure is due to the removal of entries from doc/requirements.txt. Add those to test-requirements.txt instead. Change-Id: I21bcbde8acc8d4fd83b28026bcec33f388e69912
This commit is contained in:
parent
28f397c063
commit
1fa67fd90d
@ -8,5 +8,3 @@ sphinxcontrib-svg2pdfconverter>=0.1.0 # BSD
|
||||
openstackdocstheme>=2.0.0 # Apache-2.0
|
||||
doc8>=0.6.0 # Apache-2.0
|
||||
reno>=2.5.0 # Apache-2.0
|
||||
Jinja2>=2.10 # BSD License (3 clause)
|
||||
lxml!=3.7.0,>=3.4.1 # BSD
|
||||
|
6
test-requirements.txt
Normal file
6
test-requirements.txt
Normal file
@ -0,0 +1,6 @@
|
||||
# These are actually only used for doc building but
|
||||
# doc/requirements.txt is synced from openstack-ansible-tests, so we
|
||||
# need to add them elsewhere.
|
||||
|
||||
Jinja2>=2.10 # BSD License (3 clause)
|
||||
lxml!=3.7.0,>=3.4.1 # BSD
|
1
tox.ini
1
tox.ini
@ -34,6 +34,7 @@ setenv =
|
||||
deps =
|
||||
-c{env:TOX_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
|
||||
-r{toxinidir}/doc/requirements.txt
|
||||
-r{toxinidir}/test-requirements.txt
|
||||
commands =
|
||||
bash -c "rm -rf doc/build"
|
||||
# NOTE(mhayden): doc8 really dislikes the automated docs. This should be
|
||||
|
Loading…
Reference in New Issue
Block a user