6e935f3ad7
Pillow released 10.0.0 and sphinxcontrib-blockdiag is not compatible with it. Looking at the blockdiag repo, I fear we may need to find an alternative. Change-Id: I8d4b5999619aa3be90000b5c23ad33f8706306eb
18 lines
496 B
Plaintext
18 lines
496 B
Plaintext
ansible
|
|
sphinx>=1.8
|
|
sphinxcontrib-blockdiag>=1.1.0
|
|
sphinxcontrib-programoutput
|
|
sphinx-autodoc-typehints
|
|
sphinxcontrib-openapi>=0.4.0
|
|
sphinx_rtd_theme>=1.2.2
|
|
reno>=2.8.0 # Apache-2.0
|
|
zuul-client
|
|
zuul-sphinx
|
|
# mistune is a transitive requirement of sphinxcontrib-openapi
|
|
# remove this requirement once this issue is fixed:
|
|
# https://github.com/sphinx-contrib/openapi/issues/121
|
|
mistune<2.0
|
|
# sphinxcontrib-blockdiag uses pillow and is not compatible with 10.0.0
|
|
# - corvus 2023-07-06
|
|
Pillow<10.0.0
|