9e8216aa5e
Shpinx incorrectly claims it wants docutils >=0.18 but that is an error and older versions fail with that, as mentioned here: https://github.com/sphinx-doc/sphinx/issues/9841 Additionally, the repo URL for OpenSUSE 15.3 python has changed. Change-Id: I9bee6cf3ad7aaba80a44f2bd2f917b16c776c0d7
16 lines
395 B
Plaintext
16 lines
395 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.
|
|
|
|
# Documentation
|
|
sphinx==3.1.0
|
|
oslosphinx==4.18.0 # Apache-2.0
|
|
sphinx_rtd_theme==0.4.3
|
|
docutils==0.17.1
|
|
|
|
# UML image generation
|
|
plantuml==0.3.0
|
|
|
|
# Releasenotes
|
|
reno==3.1.0 # Apache-2.0
|