summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKiall Mac Innes <kiall@hp.com>2014-03-04 21:33:29 +0000
committerKiall Mac Innes <kiall@hp.com>2014-03-04 21:33:33 +0000
commita314b8e34e81239006ca22250ef802ce4e154a22 (patch)
tree77440427ed3baf4fbdae1121d37233c94068d65d
parentc44b8f81c64dd5665d888cbb0e44d7c14123b12f (diff)
downloaddesignate-a314b8e34e81239006ca22250ef802ce4e154a22.tar.gz
Standardize doc requirements
We now match the other projects Change-Id: I6d8a82843b20dbebcb0d5105d7e6e2c7b5093b2a
-rw-r--r--doc/requirements.txt4
-rw-r--r--test-requirements.txt2
2 files changed, 2 insertions, 4 deletions
diff --git a/doc/requirements.txt b/doc/requirements.txt
deleted file mode 100644
index 53b9db0c..00000000
--- a/doc/requirements.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-sphinx>=1.1.2
-sphinxcontrib-httpdomain
--r ../requirements.txt
--r ../test-requirements.txt
diff --git a/test-requirements.txt b/test-requirements.txt
index 48e98a22..4cae08ce 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -6,6 +6,8 @@ fixtures>=0.3.14
mock>=1.0
mox>=0.5.3
python-subunit>=0.0.18
+sphinx>=1.1.2,<1.2
+sphinxcontrib-httpdomain
testtools>=0.9.34
testrepository>=0.0.17
testscenarios>=0.4