diff options
| author | pengyuesheng <pengyuesheng@gohighsec.com> | 2019-05-22 13:57:54 +0800 |
|---|---|---|
| committer | pengyuesheng <pengyuesheng@gohighsec.com> | 2019-05-22 13:57:59 +0800 |
| commit | 94d8e773257d33c53d8b78e385f550eeeb7de69d (patch) | |
| tree | 13f7247773a731bfe301e117629b09cacdc90cd3 /doc | |
| parent | 083391ba0d5488b957b31bbc669687d5848cb3ee (diff) | |
| download | python-cinderclient-94d8e773257d33c53d8b78e385f550eeeb7de69d.tar.gz | |
Update sphinx dependency
Change-Id: I798f826c1da97b20ccf9decd177754a7a0b055fa
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/requirements.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/requirements.txt b/doc/requirements.txt index 8bbc886..077e855 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -4,4 +4,5 @@ # These are needed for docs generation 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 +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.4' # BSD |
