Skip to content

Commit

Permalink
fix(ci)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmeyerov committed Oct 27, 2024
1 parent 9f7f2d6 commit b50e1a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions infra/build-docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ build_pdf() {
sphinx-build -b latex -d /docs/doctrees . /docs/_build/latexpdf
cd /docs/_build/latexpdf
# Run pdflatex twice to resolve cross-references, using batchmode for non-interactive build
rm -f /docs/_build/latexpdf/Graphistry.pdf
pdflatex -file-line-error -interaction=nonstopmode Graphistry.tex || test -f /docs/_build/latexpdf/Graphistry.pdf
pdflatex -file-line-error -interaction=nonstopmode Graphistry.tex || test -f /docs/_build/latexpdf/Graphistry.pdf
}
Expand Down

0 comments on commit b50e1a1

Please sign in to comment.