mirror of
https://github.com/ansible/awx.git
synced 2026-02-15 18:20:00 -03:30
Create AWX docsite with RST content (#14328)
Co-authored-by: Thanhnguyet Vo <tvo@ansible.com> Co-authored-by: TVo <thavo@redhat.com>
This commit is contained in:
6
tox.ini
6
tox.ini
@@ -18,3 +18,9 @@ commands =
|
||||
[flake8]
|
||||
select = F401,F402,F821,F823,F841,F811,E265,E266,F541,W605,E722,F822,F523,W291,F405
|
||||
exclude = awx/ui/node_modules,awx/ui/node_modules,env,awx_collection_build
|
||||
|
||||
[testenv:docs]
|
||||
description = Build documentation
|
||||
deps = -r{toxinidir}/docs/docsite/requirements.txt
|
||||
commands =
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user