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 562da7b commit 5d82a20Copy full SHA for 5d82a20
bin/makefile-builder/sphinx.py
@@ -67,7 +67,7 @@ def make_all_sphinx(sphinx):
67
m.target('.PHONY', '$(sphinx-targets)', block='footer')
68
69
def build_kickoff(loc, block):
70
- m.job('mkdir -p $(branch-output)/' + loc, block)
+ m.job('mkdir -p $(branch-output)/' + loc, block=block)
71
m.msg('[$@]: created $(branch-output)/' + loc, block)
72
m.msg('[sphinx]: starting $@ build', block)
73
m.msg('[$@]: build started at `date`.', block)
0 commit comments