mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge pull request #5837 from jfbu/latex_halt_it_on_error_when_testing
[tests] LaTeX: use latex engines with ``--halt-on-error`` option
This commit is contained in:
@@ -71,6 +71,7 @@ def compile_latex_document(app):
|
||||
copyfile('SphinxTests.tex',
|
||||
app.config.latex_engine + '/SphinxTests.tex')
|
||||
p = Popen([app.config.latex_engine,
|
||||
'--halt-on-error',
|
||||
'--interaction=nonstopmode',
|
||||
'-output-directory=%s' % app.config.latex_engine,
|
||||
'SphinxTests.tex'],
|
||||
|
||||
Reference in New Issue
Block a user