Skip to content

Commit 144123b

Browse files
authored
Use nonstopmode for latexmk (readthedocs#5714)
Use nonstopmode for latexmk
2 parents 8726fb6 + f335dff commit 144123b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

readthedocs/doc_builder/backends/sphinx.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -478,6 +478,7 @@ def _build_latexmk(self, cwd, latex_cwd):
478478
'-dvi-',
479479
'-ps-',
480480
f'-jobname={self.project.slug}',
481+
'-interaction=nonstopmode',
481482
warn_only=True,
482483
cwd=latex_cwd,
483484
)

0 commit comments

Comments
 (0)