Skip to content

Commit cce1125

Browse files
authored
Doc: Run HTML and non-HTML daily builds separately (#124493)
1 parent 6f4d64b commit cce1125

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: Doc/Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -306,12 +306,12 @@ serve:
306306
# for development releases: always build
307307
.PHONY: autobuild-dev
308308
autobuild-dev:
309-
$(MAKE) dist SPHINXOPTS='$(SPHINXOPTS) -Ea -A daily=1'
309+
$(MAKE) dist-no-html SPHINXOPTS='$(SPHINXOPTS) -Ea -A daily=1'
310310

311-
# for quick rebuilds (HTML only)
311+
# for HTML-only rebuilds
312312
.PHONY: autobuild-dev-html
313313
autobuild-dev-html:
314-
$(MAKE) html SPHINXOPTS='$(SPHINXOPTS) -Ea -A daily=1'
314+
$(MAKE) dist-html SPHINXOPTS='$(SPHINXOPTS) -Ea -A daily=1'
315315

316316
# for stable releases: only build if not in pre-release stage (alpha, beta)
317317
# release candidate downloads are okay, since the stable tree can be in that stage

0 commit comments

Comments
 (0)