summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2019-08-10 10:11:13 +0200
committerAndreas Jaeger <aj@suse.com>2019-08-10 11:41:14 +0200
commitaf04cc3392f7361d9537c49510447b63e8802b31 (patch)
tree8bebe281553d49fc7cf2aafc520afa2c868ff4e8 /test-requirements.txt
parent99ec31f53f5fc4cf62c338a4b2b28b884c2ab623 (diff)
downloadcinder-af04cc3392f7361d9537c49510447b63e8802b31.tar.gz
Update docs building
Cleanup doc/requirements to just use what is needed for doc building. Move reno to doc/requirements, add doc8 to test-requirements. update tox.ini: * doc8 should be in pep8 as linter and not docs according to PTI [1] * Only build main doc in docs environment, CI uses this and we waste just time building api-ref as well, there's a separate environment for this. This follows PTI [1] * Do not include requirements file for docs building, it's not needed with apidoc. * Use common deps for all docs build environments. Cleanup doc/source/conf.py, with the switch to api-doc a lot of settings are not needed anymore, also the eventlet bug is fixed. Update openstackdocstheme to 1.20.0 and which allows to remove obsolete setting of html_last_updated_fmt, project, latex_elements from conf.py. Add doc8 to lower-constraints to make requirments-check happy. [1] https://governance.openstack.org/tc/reference/project-testing-interface.html#documentation Change-Id: If86dd619402495d9d4470b14cb270fcf53db6794
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index e66de2c8d..602320176 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -22,4 +22,4 @@ tempest>=17.1.0 # Apache-2.0
# bandit is not included in upper-constraints,
# so we need to pin it here to a known working version
bandit==1.6.0 # Apache-2.0
-reno>=2.5.0 # Apache-2.0
+doc8>=0.6.0 # Apache-2.0