mirror of
https://github.com/ansible/awx.git
synced 2026-01-09 23:12:08 -03:30
* add sphinx notfound extension * add notfound conf * upgrade requirements * use double backticks * add urls prefix
9 lines
490 B
Plaintext
9 lines
490 B
Plaintext
# This requirements file is used for AWX latest doc builds.
|
|
|
|
sphinx # Tooling to build HTML from RST source.
|
|
sphinx-ansible-theme # Ansible community theme for Sphinx doc builds.
|
|
sphinx-notfound-page # Sphinx extension for custom 404 page.
|
|
docutils # Tooling for RST processing and the swagger extension.
|
|
Jinja2 # Requires investigation. Possibly inherited from previous repo with a custom theme.
|
|
PyYaml # Requires investigation. Possibly used as tooling for swagger API reference content.
|