Cleanup py27 support

This repo is now testing only with Python 3, so let's make
a few cleanups:
- Remove obsolete sections from setup.cfg
- Cleanup doc/source/conf.py to remove now obsolete content.
- Use newer openstackdocstheme and Sphinx versions
- Remove install_command from tox.ini, the default is fine

Change-Id: I4980bac7a558a291963270de592078f1a3af1111
This commit is contained in:
Andreas Jaeger 2020-04-17 17:01:28 +02:00
parent b7447c43c5
commit 85ec10224b
4 changed files with 4 additions and 16 deletions

View File

@ -1,4 +1,4 @@
pbr>=0.11
openstackdocstheme
sphinx>=1.6.5
pbr>=2.0,!=2.1
openstackdocstheme>=2.0
sphinx>=2.0
yasfb>=0.5.1

View File

@ -24,7 +24,7 @@ extensions = [
# openstackdocstheme settings
repository_name = 'openstack/constellations'
bug_project = '987'
use_storyboard = True
version = ''
release = ''

View File

@ -11,14 +11,3 @@ classifier =
Intended Audience :: Developers
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
[build_sphinx]
source-dir = doc/source
build-dir = doc/build
all_files = 1
[pbr]
warnerrors = True
[upload_sphinx]
upload-dir = doc/build/html

View File

@ -6,7 +6,6 @@ skipsdist = True
[testenv]
usedevelop = True
basepython = python3
install_command = pip install -U {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
deps =