diff options
| author | Andreas Jaeger <aj@suse.com> | 2020-03-27 16:26:50 +0100 |
|---|---|---|
| committer | Andreas Jaeger <aj@suse.com> | 2020-03-30 20:00:41 +0200 |
| commit | f01a0f336c497584cc38e4396ee87282bdef1f5c (patch) | |
| tree | 11ba804482c67cda49115c56ca348157b7568029 /doc/source | |
| parent | 9754a67d5d1114c44cd917e887e422b28a648465 (diff) | |
| download | python-openstackclient-f01a0f336c497584cc38e4396ee87282bdef1f5c.tar.gz | |
Cleanup Python 2.7 support
OpenStack is dropping the py2.7 support in ussuri cycle.
Make a few cleanups:
- Remove python 2.7 stanza from setup.py
- Add python-requires to setup.cfg so that pypi and pip know
about support Python version
- Remove ancient sections from setup.cfg
- Remove version_info setting from conf.py, openstackdocstheme does this
automatically nowadays.
Change-Id: I5b9c159752c932f874015f20822862c70562c2bd
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/conf.py | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py index ff37783f..4de95fbb 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -12,8 +12,6 @@ # All configuration values have a default; values that are commented out # serve to show the default. -import pbr.version - # -- General configuration ---------------------------------------------------- # If your documentation needs a minimal Sphinx version, state it here. @@ -55,17 +53,6 @@ master_doc = 'index' project = u'OpenStack Command Line Client' copyright = u'2012-2013 OpenStack Foundation' -# The version info for the project you're documenting, acts as replacement for -# |version| and |release|, also used in various other places throughout the -# built documents. -# -version_info = pbr.version.VersionInfo('python-openstackclient') -# -# The short X.Y version. -version = version_info.version_string() -# The full version, including alpha/beta/rc tags. -release = version_info.release_string() - # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. #language = None |
