Skip to content

Commit

Permalink
Merge branch 'pdf_docbuild_silent' into sagemath_doc_pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoeppe committed Mar 25, 2024
2 parents 92d3887 + cc1704d commit 47ff2b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ doc-html: doc-html-reference doc-html-other

# Matches doc-pdf--developer, doc-pdf--reference-manifolds etc.
doc-pdf--%:
sage --docbuild $(subst -,/,$(subst doc-pdf--,,$@)) pdf $(SAGE_DOCBUILD_OPTS)
LATEXOPTS="--file-line-error --interaction=batchmode" sage --docbuild $(subst -,/,$(subst doc-pdf--,,$@)) pdf $(SAGE_DOCBUILD_OPTS)

# reference manual, pdf
doc-pdf-reference: doc-inventory-reference
Expand Down

0 comments on commit 47ff2b1

Please sign in to comment.