We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe6bac6 commit dd00bbbCopy full SHA for dd00bbb
.readthedocs.yaml
@@ -10,6 +10,7 @@ build:
10
3.11
11
commands:
12
- pip install --user tox
13
- - python3 -m tox -e docs
+ - python3 -m tox -e docs --notest -v
14
+ - python3 -m tox -e docs --skip-pkg-install -q
15
- mkdir -p _readthedocs/html/
16
- mv docs/docsite/build/html/* _readthedocs/html/
0 commit comments