34d54f2812
This repo is now testing docs only with Python 3, so let's make a few cleanups: - Remove obsolete sections from setup.cfg - Switch to using sphinx-build - Cleanup doc/source/conf.py to remove now obsolete content. - Use newer openstackdocstheme version - Remove install_command from tox.ini, the default is fine Change-Id: Iffd00261e6a15e2dd7c98e96bbcc9db3e86c0c65
7 lines
319 B
Plaintext
7 lines
319 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.
|
|
sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2
|
|
sphinxcontrib-blockdiag>=1.1.0
|
|
openstackdocstheme>=1.31.2 # Apache-2.0
|