Skip to content

Commit c70e5d9

Browse files
h-g-sCopilot
andcommitted
docs: set LATEXMKOPTS nonstopmode to avoid interactive hangs on warnings
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 7cd821e commit c70e5d9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ SPHINXOPTS = -n -E
66
SPHINXBUILD = sphinx-build
77
SOURCEDIR = .
88
BUILDDIR = _build
9+
# Pass -interaction=nonstopmode so pdflatex does not stop on errors
10+
LATEXMKOPTS = -interaction=nonstopmode
911

1012
all:
1113
make latexpdf

0 commit comments

Comments
 (0)