Skip to content

Commit 4dfbc72

Browse files
committed
Update manage.py
1 parent b7e95c0 commit 4dfbc72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/manage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ def build(app, job = "debug"):
164164

165165
if job in ("release", "all"):
166166
p = app.call("make singlehtml", "HTML (single file)")
167-
p = app.call("make latexpdf", "PDF")
167+
p = app.call("make latexpdf", "PDF") # TODO: this job never finishes because latexpdf waits for input on syntax errors
168168
p = app.call("make epub", "EPUB")
169169

170170
if job in ("debug", "all"):

0 commit comments

Comments
 (0)