
In Read The Docs service only one single requirements file is supported for the project. See [1] for details. So we need to have "rtd-requirements" file which will include all requirements for the project. [1] https://github.com/readthedocs/readthedocs.org/issues/1112 Change-Id: I6512558ae67d4a874135cdbf2bcb50d8a94ac7f5
6 lines
179 B
Plaintext
6 lines
179 B
Plaintext
# As RTD supports only single requirements file for a project, we need to
|
|
# have one such file which will include all our requirements
|
|
|
|
-r ../requirements.txt
|
|
-r requirements.txt
|