mirror of
https://github.com/ansible/ansible-documentation.git
synced 2026-03-27 13:28:51 +07:00
* Bump antsibull-docs to 2.23.0. * ci: refresh docs build dependencies * Add new roles to sanity check. --------- Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Ansible Documentation Bot <147556122+ansible-documentation-bot[bot]@users.noreply.github.com>
13 lines
833 B
Plaintext
13 lines
833 B
Plaintext
# This constraints file contains pins for the stable, tested versions of sphinx
|
|
# and antsibull-docs that production builds rely upon.
|
|
# This constraint file also pins other versions for which there are known limitations.
|
|
|
|
sphinx == 7.2.5
|
|
antsibull-docs == 2.23.0 # currently approved version
|
|
|
|
sphinx-rtd-theme >= 2.0.0 # Fix 404 pages with new sphinx -- https://github.com/ansible/ansible-documentation/issues/678
|
|
rstcheck < 6 # rstcheck 6.x has problem with rstcheck.core triggered by include files w/ sphinx directives https://github.com/rstcheck/rstcheck-core/issues/3
|
|
jinja2 >= 3.0.0 # https://github.com/ansible/ansible/blob/devel/requirements.txt
|
|
pyyaml >= 5.1 # https://github.com/ansible/ansible/blob/devel/requirements.txt
|
|
resolvelib >= 0.5.3, < 2.0.0 # https://github.com/ansible/ansible/blob/devel/requirements.txt
|