commit | 173b11cb50e115fe12baa097a05db36f24f2e181 | [log] [tgz] |
---|---|---|
author | junboli <junbo85.li@gmail.com> | Mon Jan 15 11:25:35 2018 +0800 |
committer | junboli <junbo85.li@gmail.com> | Mon Jan 15 11:25:35 2018 +0800 |
tree | bbb89a2438dad3a3a6da6b61fb46901ec856bb48 | |
parent | 8716a37049b31bb9c8f52a7a3e5c9787c7ffa96c [diff] [blame] |
Follow the new PTI for document build For compliance with the Project Testing Interface as described in [1]: [1] https://governance.openstack.org/tc/reference/project-testing-interface.html For more detials information, please refer to [2]: [2] http://lists.openstack.org/pipermail/openstack-dev/2017-December/125710.html Change-Id: I648a78396a2e27f1d7197e89cddba73f8aa858aa
diff --git a/doc/requirements.txt b/doc/requirements.txt new file mode 100644 index 0000000..b666029 --- /dev/null +++ b/doc/requirements.txt
@@ -0,0 +1,6 @@ +# 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. +openstackdocstheme>=1.17.0 # Apache-2.0 +reno>=2.5.0 # Apache-2.0 +sphinx>=1.6.2 # BSD