ddaa0a1e0e
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 classifiers - Update requirements, no need for python_version anymore - Switch to using sphinx-build - Use newer openstackdocstheme and Sphinx versions - Cleanup */source/conf.py to remove now obsolete content. Change-Id: Icf69fa99ed77a0935062ee4fc8e9c6a195b381e5
10 lines
386 B
Plaintext
10 lines
386 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.
|
|
|
|
openstackdocstheme>=2.0.0 # Apache-2.0
|
|
sphinx>=2.0.0,!=2.1.0 # BSD
|
|
reno>=2.5.0 # Apache-2.0
|
|
sphinxcontrib-httpdomain>=1.3.0 # BSD
|
|
sphinxcontrib-svg2pdfconverter>=0.1.0 # BSD
|