File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 os : ubuntu-22.04
55 tools :
66 python : " 3.10"
7- # This mimics your GitHub Action logic by running custom commands
8- post_build :
9- - mkdir -p $READTHEDOCS_OUTPUT/html/pica
10- - cp -r pica/assets $READTHEDOCS_OUTPUT/html/pica/
11- - cp -r publications/ $READTHEDOCS_OUTPUT/html/publications/ || true
7+ jobs :
8+ # This runs AFTER sphinx-build finishes
9+ post_build :
10+ - mkdir -p $READTHEDOCS_OUTPUT/html/pica
11+ - cp -r pica/assets/ $READTHEDOCS_OUTPUT/html/pica/
12+ - mkdir -p $READTHEDOCS_OUTPUT/html/publications
13+ - cp -r publications/ $READTHEDOCS_OUTPUT/html/publications/ || true
1214
1315python :
1416 install :
1517 - method : pip
1618 path : .
17- - requirements : docs/requirements.txt # Ensure these exist or list them here
19+ - requirements : docs/requirements.txt
Original file line number Diff line number Diff line change 1- sphinx
1+ sphinx >= 7.0.0
22myst-parser
33sphinx-rtd-theme
You can’t perform that action at this time.
0 commit comments