bb8b09bd7a
We do not need to build and publish the DocBook XML content anymore, everything is frozen and in the process of moving to projects. Remove set up for building of DocBook content. This leaves the XML files still in tree, we can remove them later. The DocBook XML gates are still setup, so some tox environments have been made a noop. Require openstack-doc-tools 1.0.0 which removes DocBook XML support. Also, drop swagger building, this is not needed anymore. Change-Id: I276953013a518a09dabb89bb8f80ef7739b4491b
13 lines
475 B
Plaintext
13 lines
475 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.
|
|
pbr>=1.6
|
|
openstack-doc-tools>=1.0.0
|
|
doc8 # Apache-2.0
|
|
Pygments
|
|
# At least 1.3 is required for dedent in code blocks. Capped to 1.3 to not get an automatic update to any newer versions.
|
|
sphinx>=1.3,!=1.3b1,<1.4
|
|
openstackdocstheme>=1.4.0
|
|
nwdiag
|
|
sphinxcontrib-nwdiag
|