Skip to content

Commit dd00bbb

Browse files
authored
separate tox calls in readthedocs config (#14673)
1 parent fe6bac6 commit dd00bbb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.readthedocs.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ build:
1010
3.11
1111
commands:
1212
- pip install --user tox
13-
- python3 -m tox -e docs
13+
- python3 -m tox -e docs --notest -v
14+
- python3 -m tox -e docs --skip-pkg-install -q
1415
- mkdir -p _readthedocs/html/
1516
- mv docs/docsite/build/html/* _readthedocs/html/

0 commit comments

Comments
 (0)