Skip to content

Commit 53474a3

Browse files
authored
fix: copy docs/images to build directory (#28)
1 parent d9aa9b8 commit 53474a3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.readthedocs.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,16 @@ build:
55
os: ubuntu-22.04
66
tools:
77
python: "3.10"
8+
jobs:
9+
post_build:
10+
- cp -r docs/images $READTHEDOCS_OUTPUT/html
811

912
python:
1013
install:
1114
- method: pip
1215
path: .
1316
- requirements: requirements-docs.txt
1417

15-
1618
mkdocs:
1719
configuration: mkdocs.yml
1820

0 commit comments

Comments
 (0)