Skip to content

Commit 9fa6d3f

Browse files
committed
fix
1 parent 7b2939c commit 9fa6d3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ build:
2727
- pixi run -e docs build-pdf
2828
- mkdir -p $READTHEDOCS_OUTPUT/html/
2929
- cp -r docs/_build/html/** $READTHEDOCS_OUTPUT/html/
30-
- cp -r docs/_build/latex/** $READTHEDOCS_OUTPUT/pdf/
30+
- cp -r docs/_build/latex/** $READTHEDOCS_OUTPUT/latex/
3131

3232
sphinx:
3333
configuration: docs/conf.py

0 commit comments

Comments
 (0)