Commit b61bc1c
committed
Serialize latex prerequisites before running build
Adding _ensure-sphinxcontrib-svg2pdfconverter as a sibling prerequisite of build makes make -jN latex nondeterministic, because GNU Make may run both prerequisites in parallel. In that mode, build can start before the converter package (and even the venv it depends on) is installed, so the LaTeX doc build can fail intermittently with missing tooling even though the target is supposed to prepare it first.1 parent 0066fd7 commit b61bc1c
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
92 | 91 | | |
93 | | - | |
| 92 | + | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
0 commit comments