mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
[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',
|
copyfile('SphinxTests.tex',
|
||||||
app.config.latex_engine + '/SphinxTests.tex')
|
app.config.latex_engine + '/SphinxTests.tex')
|
||||||
p = Popen([app.config.latex_engine,
|
p = Popen([app.config.latex_engine,
|
||||||
|
'--halt-on-error',
|
||||||
'--interaction=nonstopmode',
|
'--interaction=nonstopmode',
|
||||||
'-output-directory=%s' % app.config.latex_engine,
|
'-output-directory=%s' % app.config.latex_engine,
|
||||||
'SphinxTests.tex'],
|
'SphinxTests.tex'],
|
||||||
|
|||||||
Reference in New Issue
Block a user