
This repo is now testing only with Python 3, so let's make a few cleanups: - Remove obsolete sections from setup.cfg - 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. - Remove install_command from tox.ini, the default is fine - Fix problems found by sphinx-build Change-Id: I258ba61fb3c2c5e83e71109dab941e304dde3f76
11 lines
352 B
Plaintext
11 lines
352 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
|
|
flake8
|
|
yasfb>=0.5.1
|
|
doc8>=0.6.0 # Apache-2.0
|
|
whereto>=0.3.0 # Apache-2.0
|