summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.readthedocs.yaml3
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/