From b5d64cdbe43a82df818250b780cc3c573560df1a Mon Sep 17 00:00:00 2001
From: Monty Taylor <mordred@inaugust.com>
Date: Fri, 12 Jul 2013 10:53:37 -0400
Subject: [PATCH] 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
---
 doc-requirements.txt | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 doc-requirements.txt

diff --git a/doc-requirements.txt b/doc-requirements.txt
new file mode 100644
index 0000000..9463811
--- /dev/null
+++ b/doc-requirements.txt
@@ -0,0 +1,2 @@
+-r requirements.txt
+-r test-requirements.txt