mirror of
https://github.com/ansible/ansible-documentation.git
synced 2026-03-27 13:28:51 +07:00
* Add yamllint check for RST code listings. * Address review comments. * Sort languages and remove no longer needed duplicates. * Enable warnings, but disable all failing rules. * Improve formulation. Co-authored-by: Don Naro <dnaro@redhat.com> * Show allowed languages when no or invalid language is supplied. Improve line lengths. * Make sure that 'yamllint .' passes. * Fix indentation issues introduced in #2095. --------- Co-authored-by: Don Naro <dnaro@redhat.com>
21 lines
643 B
Plaintext
21 lines
643 B
Plaintext
# This requirements file is used for doc builds
|
|
|
|
-c constraints.in # <-- contains known limitations
|
|
|
|
# Base set of dependencies.
|
|
|
|
antsibull-docs
|
|
sphinx
|
|
sphinx-intl # translation utility used by docs/docsite/Makefile
|
|
sphinx-notfound-page # extension used for the custom 404 page (cowsay)
|
|
sphinx-ansible-theme # extension used for the custom docs theme
|
|
sphinx-rtd-theme
|
|
rstcheck
|
|
yamllint
|
|
sphinx-copybutton
|
|
jinja2 # used by hacking/build_library/build_ansible/command_plugins/generate_man.py and dump_keywords.py
|
|
pyyaml # used by ansible-core
|
|
resolvelib # used by ansible-core
|
|
cryptography # used by ansible-core
|
|
packaging # used by ansible-core
|