1
0
mirror of https://github.com/ansible/awx.git synced 2026-02-05 09:45:21 +01:00

separate tox calls in readthedocs config (#14673)

This commit is contained in:
Don Naro
2023-12-06 17:17:12 +00:00
committed by GitHub
parent fe6bac6d9e
commit dd00bbba42

View File

@@ -10,6 +10,7 @@ build:
3.11
commands:
- pip install --user tox
- python3 -m tox -e docs
- python3 -m tox -e docs --notest -v
- python3 -m tox -e docs --skip-pkg-install -q
- mkdir -p _readthedocs/html/
- mv docs/docsite/build/html/* _readthedocs/html/