From b50e1a12213d97f6261417045b97c73f5b7d463c Mon Sep 17 00:00:00 2001 From: Leo Meyerovich Date: Sun, 27 Oct 2024 06:11:18 -0700 Subject: [PATCH] fix(ci) --- infra/build-docs.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/infra/build-docs.sh b/infra/build-docs.sh index ef6f264..d35c0ec 100755 --- a/infra/build-docs.sh +++ b/infra/build-docs.sh @@ -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 }