![Roman Gorshunov](/assets/img/avatar_default.png)
Remove manual generation of UML diagrams; they will be built by Sphinx itself. Require to install PlantUML and Graphviz via bindep in openstack-tox-docs job; ReadTheDocs service already has both PlantUML and Graphviz installed for documentation builds. Change-Id: I21ab124a80e7768bc9edd891b975b4e0f8a6e50d Story: 2004747
15 lines
523 B
Plaintext
15 lines
523 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.2 # BSD
|
|
sphinx_rtd_theme
|
|
reno>=2.5.0 # Apache-2.0
|
|
plantuml
|
|
sphinxcontrib-apidoc>=0.2.0 # BSD
|
|
sphinxcontrib-plantuml
|
|
|
|
# NOTE(felipemonteiro): Required by RTD to make oslo.policy and
|
|
# oslo.config sample generation work.
|
|
oslo.config!=4.3.0,!=4.4.0,>=5.2.0 # Apache-2.0
|
|
oslo.policy>=1.33.1 # Apache-2.0
|