We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7e95c0 commit 4dfbc72Copy full SHA for 4dfbc72
scripts/manage.py
@@ -164,7 +164,7 @@ def build(app, job = "debug"):
164
165
if job in ("release", "all"):
166
p = app.call("make singlehtml", "HTML (single file)")
167
- p = app.call("make latexpdf", "PDF")
+ p = app.call("make latexpdf", "PDF") # TODO: this job never finishes because latexpdf waits for input on syntax errors
168
p = app.call("make epub", "EPUB")
169
170
if job in ("debug", "all"):
0 commit comments