diff options
| author | Zuul <zuul@review.opendev.org> | 2020-02-05 17:21:38 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2020-02-05 17:21:38 +0000 |
| commit | e07324e30fbb24e89fd63d1c5a5fe485f693a45c (patch) | |
| tree | 27a66a9f28fa52931e8bd28d1e49d327846fe8bf /doc/requirements.txt | |
| parent | 4f8467a039b5e13975fda08d7bee12f27838685f (diff) | |
| parent | e6e4b73efa01281002930e0806b765200f38e7c8 (diff) | |
| download | python-openstackclient-5.0.0.tar.gz | |
Merge "Complete "Drop python2 support" goal"5.0.0
Diffstat (limited to 'doc/requirements.txt')
| -rw-r--r-- | doc/requirements.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/requirements.txt b/doc/requirements.txt index 8639f936..5cfc337b 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -3,8 +3,7 @@ # process, which may cause wedges in the gate later. openstackdocstheme>=1.23.2 # Apache-2.0 reno>=2.5.0 # Apache-2.0 -sphinx!=1.6.6,!=1.6.7,>=1.6.5,<2.0.0;python_version=='2.7' # BSD -sphinx!=1.6.6,!=1.6.7,>=1.6.5;python_version>='3.4' # BSD +sphinx!=1.6.6,!=1.6.7,>=1.6.5 # BSD sphinxcontrib-apidoc>=0.2.0 # BSD # redirect tests in docs |
