6e23deb6af
This repo is now testing only with Python 3, so let's make a few cleanups: - Remove python 2.7 stanza from setup.py - Remove obsolete sections from setup.cfg - Update requirements, no need for python_version anymore - Use newer openstackdocstheme and Sphinx versions - Cleanup */source/conf.py to remove now obsolete content. - Remove install_command from tox.ini, the default is fine Change-Id: Ic96b71596d4523e55fa4b451c99a8521dd581e4d
13 lines
479 B
Plaintext
13 lines
479 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
|
|
# this is required for the docs build jobs
|
|
sphinx>=2.0.0,!=2.1.0 # BSD
|
|
sphinxcontrib-svg2pdfconverter>=0.1.0 # BSD
|
|
openstackdocstheme>=2.0.0 # Apache-2.0
|
|
doc8>=0.6.0 # Apache-2.0
|
|
reno>=2.5.0 # Apache-2.0
|
|
Jinja2>=2.10 # BSD License (3 clause)
|
|
lxml!=3.7.0,>=3.4.1 # BSD
|