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 102caec commit 222a28eCopy full SHA for 222a28e
Documentation/Makefile
@@ -76,7 +76,7 @@ quiet_cmd_sphinx = SPHINX $@ --> file://$(abspath $(BUILDDIR)/$3/$4)
76
PYTHONDONTWRITEBYTECODE=1 \
77
BUILDDIR=$(abspath $(BUILDDIR)) SPHINX_CONF=$(abspath $(srctree)/$(src)/$5/$(SPHINX_CONF)) \
78
$(PYTHON3) $(srctree)/scripts/jobserver-exec \
79
- $(SHELL) $(srctree)/Documentation/sphinx/parallel-wrapper.sh \
+ $(CONFIG_SHELL) $(srctree)/Documentation/sphinx/parallel-wrapper.sh \
80
$(SPHINXBUILD) \
81
-b $2 \
82
-c $(abspath $(srctree)/$(src)) \
0 commit comments