708d09be77
Move documentation dependencies to doc/requirements.txt Change tox.ini to run sphinx-build directly, like the zuul job does. Switch from oslosphinx to openstackdocstheme. Change-Id: I079ff78edacaba673461824af770344cb3a896f2 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
7 lines
272 B
Plaintext
7 lines
272 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.1.2
|
|
sphinxcontrib-pecanwsme>=0.5
|
|
openstackdocstheme
|