1d3013e68f
There is a bug currently being investigated, and it breaks us: https://github.com/sphinx-doc/sphinx/issues/11662 Change-Id: Ic51903a86ae5b5c75e65741b94ff0889aa6b72d0
20 lines
580 B
Plaintext
20 lines
580 B
Plaintext
ansible
|
|
# 7.2.5 has this issue:
|
|
# https://github.com/sphinx-doc/sphinx/issues/11662
|
|
sphinx>=1.8,!=7.2.5
|
|
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
|