Add a reqs files for RTFD

RTFD only has a single requirements field, so make one that installs the
total set of needed requirements to allow docs to build properly.

Change-Id: I79b8202a6a7944cec052a2431dff670258bf7171
This commit is contained in:
Monty Taylor 2013-07-12 10:53:37 -04:00
parent 74ccf7a397
commit b5d64cdbe4
1 changed files with 2 additions and 0 deletions

2
doc-requirements.txt Normal file
View File

@ -0,0 +1,2 @@
-r requirements.txt
-r test-requirements.txt