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:
Takeshi KOMIYA
2018-12-18 23:06:38 +09:00
committed by GitHub

View File

@@ -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'],