Skip to content

Commit

Permalink
fix(pdf): run 2x
Browse files Browse the repository at this point in the history
  • Loading branch information
lmeyerov committed Oct 27, 2024
1 parent c84ff08 commit 9c010be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ build:
- sphinx-build -b latex -d doctrees docs _build/latexpdf
- ls _build/latexpdf
- cd _build/latexpdf && pdflatex -file-line-error -interaction=nonstopmode Graphistry.tex && pdflatex -file-line-error -interaction=nonstopmode Graphistry.tex && echo ok || test -f _build/latexpdf/Graphistry.pdf && echo ok2 || { echo fail && exit 1 ; }
- cd _build/latexpdf && pdflatex -file-line-error -interaction=nonstopmode Graphistry.tex && pdflatex -file-line-error -interaction=nonstopmode Graphistry.tex && echo ok || test -f _build/latexpdf/Graphistry.pdf && echo ok2 || { echo fail && exit 1 ; }
- mkdir -p $READTHEDOCS_OUTPUT/pdf
- cp _build/latexpdf/Graphistry.pdf $READTHEDOCS_OUTPUT/pdf/Graphistry.pdf

Expand Down

0 comments on commit 9c010be

Please sign in to comment.