da42f39961
This patch adds processing equivalent to the promote-openstack-specs job to the tacker-spec's Zuul job and fixes the display problem of 2023.2 Specs[1]. Also, change the sphinx extension "sphinxcontrib.plantuml" to "sphinxcontrib.mermaid" to eliminate the dependency on Java in the build environment. [1] https://specs.openstack.org/openstack/tacker-specs/ Closes-Bug: #2037035 Change-Id: I82a1e549b51669e82d10daaad4378f7a049cf95a
12 lines
433 B
Plaintext
12 lines
433 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>=2.0.0,!=2.1.0 # BSD
|
|
openstackdocstheme>=2.2.1 # Apache-2.0
|
|
pillow===9.5.0
|
|
sphinxcontrib-actdiag # BSD
|
|
sphinxcontrib-blockdiag # BSD
|
|
sphinxcontrib-nwdiag # BSD
|
|
sphinxcontrib-seqdiag # BSD
|
|
sphinxcontrib-mermaid # BSD
|