We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c434a5f commit 268b404Copy full SHA for 268b404
.readthedocs.yaml
@@ -7,8 +7,9 @@ build:
7
python: "3.10"
8
jobs:
9
build:
10
- - python -m mkdocs build --clean --site-dir $READTHEDOCS_OUTPUT/html --config-file mkdocs.yml
11
- - cp -r docs/images $READTHEDOCS_OUTPUT/html
+ html:
+ - python -m mkdocs build --clean --site-dir $READTHEDOCS_OUTPUT/html --config-file mkdocs.yml
12
+ - cp -r docs/images $READTHEDOCS_OUTPUT/html
13
14
python:
15
install:
0 commit comments