b22a10ed97
Sphinx 2.1.0 has a bug [0] that causes whitespace to be excluded in outputted docs. This change updates Sphinx to peg any version >2.1.0. Safety dependency vulnerability checks now will also cover the doc requirements.txt. [0] https://github.com/sphinx-doc/sphinx/issues/6440 Change-Id: Ic4e69862781e35c8597c7eab67a270ba3da26a0d
15 lines
362 B
Plaintext
15 lines
362 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>2.1.0
|
|
oslosphinx>=4.7.0 # Apache-2.0
|
|
sphinx_rtd_theme
|
|
|
|
# UML image generation
|
|
plantuml
|
|
|
|
# Releasenotes
|
|
reno>=2.5.0 # Apache-2.0
|