diff options
author | Don Naro <dnaro@redhat.com> | 2023-11-11 14:33:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-11 14:33:41 +0100 |
commit | 0057c8daf6c0e4077458384cc8ee5c4543d48f8f (patch) | |
tree | 80e9b59afbcc2ae7ca945d551564fcf8083b41db /tox.ini | |
parent | Added alt text for settings-menu.rst (#14639) (diff) | |
download | awx-0057c8daf6c0e4077458384cc8ee5c4543d48f8f.tar.xz awx-0057c8daf6c0e4077458384cc8ee5c4543d48f8f.zip |
Docs: Include REST API reference content from swagger.json (#14607)
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -35,4 +35,5 @@ deps = -r{toxinidir}/docs/docsite/requirements.in -c{toxinidir}/docs/docsite/requirements.txt commands = + python {toxinidir}/docs/docsite/rst/rest_api/_swagger/download-json.py sphinx-build -T -E -W -n --keep-going {tty:--color} -j auto -c docs/docsite -d docs/docsite/build/doctrees -b html docs/docsite/rst docs/docsite/build/html |