Skip to content

Commit bc1fae8

Browse files
[3.13] Doc: Run HTML and non-HTML daily builds separately (GH-124493) (#124790)
Doc: Run HTML and non-HTML daily builds separately (GH-124493) (cherry picked from commit cce1125) Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
1 parent 4f3e96f commit bc1fae8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/Makefile

Lines changed: 3 additions & 3 deletions
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy