summaryrefslogtreecommitdiff
path: root/doc/requirements.txt
diff options
context:
space:
mode:
authorStephen Finucane <sfinucan@redhat.com>2018-03-16 10:23:26 +0000
committerStephen Finucane <sfinucan@redhat.com>2018-03-16 14:39:36 +0000
commitc21ab6b1344294278a321636c40c8579a1aefee7 (patch)
tree21e53462d7d4d680a9defa1ae55f7ea838d96256 /doc/requirements.txt
parent29a7aa0822c346c8318817254f4f9545cb4cac06 (diff)
downloadnova-c21ab6b1344294278a321636c40c8579a1aefee7.tar.gz
Follow the new PTI for document build
The Project Testing Interface [1] asks that we list requirements in 'doc/requirements.txt' and build docs by calling 'sphinx-build' directly instead of via the 'build_sphinx' setuptool/distutils wrapper. Start doing this. [1] https://governance.openstack.org/tc/reference/project-testing-interface.html Change-Id: If9342c8ea757b1735f2488db751008984fb33baf
Diffstat (limited to 'doc/requirements.txt')
-rw-r--r--doc/requirements.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/requirements.txt b/doc/requirements.txt
new file mode 100644
index 0000000000..8541fe3867
--- /dev/null
+++ b/doc/requirements.txt
@@ -0,0 +1,11 @@
+sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
+sphinxcontrib-actdiag>=0.8.5 # BSD
+sphinxcontrib-seqdiag>=0.8.4 # BSD
+os-api-ref>=1.4.0 # Apache-2.0
+openstackdocstheme>=1.18.1 # Apache-2.0
+
+# releasenotes
+reno>=2.5.0 # Apache-2.0
+
+# redirect tests in docs
+whereto>=0.3.0 # Apache-2.0