diff options
| author | Monty Taylor <mordred@inaugust.com> | 2019-10-04 14:42:41 +0200 |
|---|---|---|
| committer | Akihiro Motoki <amotoki@gmail.com> | 2020-02-05 05:58:51 +0000 |
| commit | e6e4b73efa01281002930e0806b765200f38e7c8 (patch) | |
| tree | 7d329f2d53fad8b6f32825b8ae5b448994612604 /doc | |
| parent | 70ab3f9dd56a638cdff516ca85baa5ebd64c888b (diff) | |
| download | python-openstackclient-e6e4b73efa01281002930e0806b765200f38e7c8.tar.gz | |
Complete "Drop python2 support" goal
We stopped testing python2, but there are more things to be cleanup.
- Remove python2 entries from setup.cfg
- Add releasenotes
- remove universal wheel since this is only python 3 now
Change-Id: Ie2bbb4d34b8411939ad5cfd750fc76c933779542
Diffstat (limited to 'doc')
| -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 |
