diff options
author | Zuul <zuul@review.opendev.org> | 2019-12-17 16:08:03 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2019-12-17 16:08:03 +0000 |
commit | 326b014434cc760ba08763e1870ac057f7917e98 (patch) | |
tree | 2e3ff2664433e74e7bd4c9f028a9162ba1c21a06 | |
parent | 94da09e9c72d2d3820e97edaa02f2ffce94a7d21 (diff) | |
parent | 90f6ff727a3c289abe7edcc582c0b212bb35721c (diff) | |
download | keystone-326b014434cc760ba08763e1870ac057f7917e98.tar.gz |
Merge "Remove python 2.7 specific library"
-rw-r--r-- | doc/requirements.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/requirements.txt b/doc/requirements.txt index c3575eb7a..42bd45475 100644 --- a/doc/requirements.txt +++ b/doc/requirements.txt @@ -2,7 +2,6 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. openstackdocstheme>=1.20.0 # Apache-2.0 -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,!=2.1.0,>=1.6.2;python_version>='3.4' # BSD sphinxcontrib-apidoc>=0.2.0 # BSD sphinxcontrib-seqdiag>=0.8.4 # BSD |