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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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/