
It was removed in [1] but it is needed to properly build documentation on the readthedocs service. Also, as requirements-check job is checking doc/requirements.txt file and has troubles with parsing such included files, this patch proposes new requirements file only for readthedocs builds. This new file simply includes all other our requirements files. [1] https://review.opendev.org/c/x/tobiko/+/769109 Change-Id: I428b23db94c65a6138e3d3039fb28bac24c8ea8b
7 lines
275 B
Plaintext
7 lines
275 B
Plaintext
# As openstack job build-reno-releasenotes and Read The Docs page support only
|
|
# one single requirements file for a project, we need to have one such file
|
|
# which will include all project requirements
|
|
-r ../requirements.txt
|
|
-r ../extra-requirements.txt
|
|
-r ./requirements.txt
|