Skip to content

Commit f335dff

Browse files
committed
Use nonstopmode to avoid waiting for user input on latexmk
1 parent a45f7ac commit f335dff

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)