Skip to content

Commit 3ca0f05

Browse files
committed
Adjusted readthedocs config.
1 parent 228ef8a commit 3ca0f05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.readthedocs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ build:
5151
pdf:
5252
- echo "Override default build command for pdf format"
5353
- POETRY=/home/docs/.local/bin/poetry make docs-pdf
54-
- ls -l ./docs/_build/pdf/*
54+
- ls -l ./docs/_build/latex/*
5555
- mkdir -p $READTHEDOCS_OUTPUT/pdf/
56-
- cp ./docs/_build/epub/eventsourcing.pdf $READTHEDOCS_OUTPUT/pdf/
56+
- cp ./docs/_build/latex/eventsourcing.pdf $READTHEDOCS_OUTPUT/pdf/
5757
# htmlzip:
5858
# - echo "Override default build command for htmlzip format"
5959
# - mkdir -p $READTHEDOCS_OUTPUT/htmlzip/

0 commit comments

Comments
 (0)