diff options
author | Don Naro <dnaro@redhat.com> | 2023-12-06 18:17:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-06 18:17:12 +0100 |
commit | dd00bbba4259e0c127a6be0adc1eb039f855da3d (patch) | |
tree | 421634aff1cbb373a641de7f3a40e0cdd1da738e /.readthedocs.yaml | |
parent | [CI] Reduce GHA timeouts from 6h default (#14704) (diff) | |
download | awx-dd00bbba4259e0c127a6be0adc1eb039f855da3d.tar.xz awx-dd00bbba4259e0c127a6be0adc1eb039f855da3d.zip |
separate tox calls in readthedocs config (#14673)
Diffstat (limited to '.readthedocs.yaml')
-rw-r--r-- | .readthedocs.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 0c11aab82f..9376ce0e34 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -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/ |