Files
zuul/doc/requirements.txt
T
James E. Blair 6e935f3ad7 Pin pillow for docs build
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
2023-07-06 10:38:10 -07:00

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