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:
parent
b7447c43c5
commit
85ec10224b
@ -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
|
||||
|
@ -24,7 +24,7 @@ extensions = [
|
||||
|
||||
# openstackdocstheme settings
|
||||
repository_name = 'openstack/constellations'
|
||||
bug_project = '987'
|
||||
use_storyboard = True
|
||||
version = ''
|
||||
release = ''
|
||||
|
||||
|
11
setup.cfg
11
setup.cfg
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user