Skip to content

Commit c434a5f

Browse files
authored
feat: custom build process to handle images (#29)
1 parent 53474a3 commit c434a5f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.readthedocs.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ build:
66
tools:
77
python: "3.10"
88
jobs:
9-
post_build:
9+
build:
10+
- python -m mkdocs build --clean --site-dir $READTHEDOCS_OUTPUT/html --config-file mkdocs.yml
1011
- cp -r docs/images $READTHEDOCS_OUTPUT/html
1112

1213
python:
@@ -18,4 +19,5 @@ python:
1819
mkdocs:
1920
configuration: mkdocs.yml
2021

21-
formats: []
22+
formats:
23+
- htmlzip

0 commit comments

Comments
 (0)