summaryrefslogtreecommitdiff
path: root/doc/requirements.txt
diff options
context:
space:
mode:
authorZhongShengping <chdzsp@163.com>2018-03-02 09:00:54 +0800
committerStephen Finucane <stephenfin@redhat.com>2019-04-02 14:28:24 +0100
commit7274bc23f1f1b29cfabf30a66f33a1a9b1eac927 (patch)
treefd59499ef0f3ad47b978ac06a4bf1772a5459a49 /doc/requirements.txt
parentf8882547a69aad500dc0bd2a2b89f4d460803c52 (diff)
downloadoslo-concurrency-7274bc23f1f1b29cfabf30a66f33a1a9b1eac927.tar.gz
Follow the new PTI for document build
For compliance with the Project Testing Interface as described in: https://governance.openstack.org/tc/reference/project-testing-interface.html For more detials information, please refer to: http://lists.openstack.org/pipermail/openstack-dev/2017-December/125710.html Change-Id: I4b1b023ff2c40f5b31429584fc1a77c0315ed2d9 Co-Authored-By: Stephen Finucane <stephenfin@redhat.com>
Diffstat (limited to 'doc/requirements.txt')
-rw-r--r--doc/requirements.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/requirements.txt b/doc/requirements.txt
new file mode 100644
index 0000000..572662f
--- /dev/null
+++ b/doc/requirements.txt
@@ -0,0 +1,9 @@
+# The order of packages is significant, because pip processes them in the order
+# of appearance. Changing the order has an impact on the overall integration
+# process, which may cause wedges in the gate later.
+# this is required for the docs build jobs
+sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
+openstackdocstheme>=1.18.1 # Apache-2.0
+reno>=2.5.0 # Apache-2.0
+fixtures>=3.0.0 # Apache-2.0/BSD
+sphinxcontrib-apidoc>=0.2.0 # BSD