From 7d250abe0403b0bde7f61becc8f7c7f6f52ca1af Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Wed, 21 Mar 2018 15:34:16 -0500 Subject: 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: I46a861f88166b3b2de0a532cc88beef1ef91ab89 --- doc/requirements.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 doc/requirements.txt (limited to 'doc') diff --git a/doc/requirements.txt b/doc/requirements.txt new file mode 100644 index 0000000..2980a2d --- /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. + +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 +doc8>=0.6.0 # Apache-2.0 -- cgit v1.2.1