summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzhangboye <zhangboye@inspur.com>2019-05-16 16:17:14 +0800
committerzhangboye <zhangboye@inspur.com>2019-05-16 17:02:56 +0800
commit166cab884ace539b7737ccd2e8272134f9d94a11 (patch)
tree98a5d5033aa52d1e704e9705f571d9abaaa57c0a
parent53321c1a7240967a5076f055e60092786f66b2a0 (diff)
downloadceilometer-166cab884ace539b7737ccd2e8272134f9d94a11.tar.gz
Cap sphinx for py2 to match global requirements
Change-Id: Ib99fd21744813f3ed83fad989e1c91a2f2e99c17
-rw-r--r--doc/requirements.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/requirements.txt b/doc/requirements.txt
index 86fc0cb5..d2f47773 100644
--- a/doc/requirements.txt
+++ b/doc/requirements.txt
@@ -1,4 +1,5 @@
-sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.2,<2.0.0;python_version=='2.7' # BSD
+sphinx!=1.6.6,!=1.6.7,>=1.6.2;python_version>='3.6' # BSD
sphinxcontrib-httpdomain>=1.3.0 # BSD
sphinxcontrib-blockdiag>=1.5.4 # BSD
reno>=2.5.0 # Apache-2.0