Skip to content

Commit 33eb2ff

Browse files
committed
docs: possible fix for RTD zensical build
1 parent 9b46cb3 commit 33eb2ff

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
@@ -12,8 +12,10 @@ build:
1212
jobs:
1313
install:
1414
- pip install -r docs/requirements.txt
15+
- pip install .
1516
build:
1617
html:
17-
- mkdir -p $READTHEDOCS_OUTPUT/html/
18-
- rm -rf site && ln -s $READTHEDOCS_OUTPUT/html site
1918
- zensical build
19+
post_build:
20+
- mkdir -p $READTHEDOCS_OUTPUT/html/
21+
- cp --recursive site/* $READTHEDOCS_OUTPUT/html/

0 commit comments

Comments
 (0)