summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2017-12-18 15:50:01 +0100
committerAndreas Jaeger <aj@suse.com>2017-12-20 10:01:39 +0100
commit760f4414eae8fb484f4abeaee454847261228f5c (patch)
tree0282c7dc6acc1d377e29683100885a2a2cb687cf /setup.cfg
parent4caeea11cc5fd755050653b89962397aee5218f1 (diff)
downloadtaskflow-760f4414eae8fb484f4abeaee454847261228f5c.tar.gz
Use doc/requirements.txt
The infra jobs expect documentation requirements in either doc/requirements.txt or test-requirements.txt. Since neither is available, they currently fail. Move doc requirements to doc/requirements.txt and use that to fix releasenotes build. Note that doc/requirements.txt needs some requirements for code analysis of taskflow. For the docs environment - which is a developer convenience - use the same command that is used by OpenStack CI. Change-Id: Iec65211e5059a4afdd88a45e2c1ac535b8ec97fe
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 0 insertions, 4 deletions
diff --git a/setup.cfg b/setup.cfg
index d409113..2c89800 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -66,9 +66,6 @@ workers =
kombu!=4.0.2,>=4.0.0 # BSD
eventlet =
eventlet!=0.18.3,!=0.20.1,<0.21.0,>=0.18.2 # MIT
-doc =
- sphinx>=1.6.2 # BSD
- openstackdocstheme>=1.17.0 # Apache-2.0
database =
SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 # MIT
alembic>=0.8.10 # MIT
@@ -83,7 +80,6 @@ test =
testtools>=2.2.0 # MIT
testscenarios>=0.4 # Apache-2.0/BSD
doc8>=0.6.0 # Apache-2.0
- reno>=2.5.0 # Apache-2.0
[nosetests]
cover-erase = true