From dd00bbba4259e0c127a6be0adc1eb039f855da3d Mon Sep 17 00:00:00 2001 From: Don Naro Date: Wed, 6 Dec 2023 17:17:12 +0000 Subject: separate tox calls in readthedocs config (#14673) --- .readthedocs.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.readthedocs.yaml') 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/ -- cgit v1.2.3