mirror of
https://github.com/ansible/awx.git
synced 2026-02-02 10:08:10 -03:30
* Added link and ref to openAPI spec for community * Update docs/docsite/rst/contributor/openapi_link.rst Co-authored-by: Don Naro <dnaro@redhat.com> * add sphinxcontrib-redoc to requirements * sphinxcontrib.redoc configuration * create openapi directory and files * update download script for both schema files * suppress warning for redoc * update labels * fix extra closing parenthesis * update schema url * exclude doc config and download script The Sphinx configuration (conf.py) and schema download script (download-json.py) are not application logic and used only for building documentation. Coverage requirements for these files are overkill. * exclude only the sphinx config file --------- Co-authored-by: Don Naro <dnaro@redhat.com>
11 lines
660 B
Plaintext
11 lines
660 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.
|
|
sphinxcontrib-redoc # Renders OpenAPI spec in human readable format.
|
|
setuptools >= 65.0 # Provides pkg_resources module for compatibility. Needed by sphinxcontrib-redoc.
|
|
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.
|