Add requirements file for RTD builds

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
This commit is contained in:
Slawek Kaplonski 2019-07-22 14:59:14 +02:00
parent 911b1f966b
commit 01d5d02543
1 changed files with 5 additions and 0 deletions

5
doc/rtd-requirements.txt Normal file
View File

@ -0,0 +1,5 @@
# 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