summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2020-02-22 17:42:31 +0100
committerAndreas Jaeger <aj@suse.com>2020-02-22 19:11:19 +0100
commitcc1ccae62961b80358c740662bf482e047f78e67 (patch)
tree6f6688f0d8e4ff11b254647b5393a66429056cfe /test-requirements.txt
parent2d301d0a21863c6c0fbb9e854c7eb8ad8f19bbc1 (diff)
downloadtrove-cc1ccae62961b80358c740662bf482e047f78e67.tar.gz
Cleanup docs building
Remove build_sphinx from setup.cfg, it's not used anymore since this repo uses sphinx-build directly. Require newer openstackdocstheme version and remove settings in conf.py that are now default. Remove doc/source/install/conf.py, it is not used anymore. Change-Id: Id89c664384c3ad443d701f5d4135a9f3f9f744d7
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 99db0dce..4080244b 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -4,12 +4,9 @@
# Hacking already pins down pep8, pyflakes and flake8
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
bandit>=1.1.0 # Apache-2.0
-os-api-ref>=1.4.0 # Apache-2.0
-reno>=2.5.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
nose>=1.3.7 # LGPL
nosexcover>=1.0.10 # BSD
-openstackdocstheme>=1.18.1 # Apache-2.0
openstack.nose-plugin>=0.7 # Apache-2.0
WebTest>=2.0.27 # MIT
wsgi-intercept>=1.4.1 # MIT License
@@ -28,3 +25,7 @@ astroid==1.6.5 # LGPLv2.1
pylint==1.9.2 # GPLv2
oslotest>=3.2.0 # Apache-2.0
tenacity>=4.9.0 # Apache-2.0
+# Docs building
+openstackdocstheme>=1.32.1 # Apache-2.0
+os-api-ref>=1.4.0 # Apache-2.0
+reno>=2.5.0 # Apache-2.0