summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2018-03-20 14:56:07 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2018-03-20 14:56:07 +0000
commit8f608f2d4f6a9c9b94c6964d812eb2cc9b58e122 (patch)
tree9233fdf865a36bd38076efd8ce0f45a3a2cc59fc
parent7043c1af54ba110d0505edaac58e2f910ebf10ad (diff)
downloadpython-saharaclient-8f608f2d4f6a9c9b94c6964d812eb2cc9b58e122.tar.gz
Updated from global requirements
Change-Id: Ie139d509497bce763dcaa4293a0bab7cd806d2af
-rw-r--r--doc/requirements.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/requirements.txt b/doc/requirements.txt
index 4089182..d959d44 100644
--- a/doc/requirements.txt
+++ b/doc/requirements.txt
@@ -1,3 +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.18.1 # Apache-2.0
reno>=2.5.0 # Apache-2.0
sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD