mirror of
https://github.com/python/cpython.git
synced 2025-09-27 18:59:43 +00:00
Doc: Run HTML and non-HTML daily builds separately (#124493)
This commit is contained in:
parent
6f4d64b048
commit
cce1125574
1 changed files with 3 additions and 3 deletions
|
@ -306,12 +306,12 @@ serve:
|
||||||
# for development releases: always build
|
# for development releases: always build
|
||||||
.PHONY: autobuild-dev
|
.PHONY: autobuild-dev
|
||||||
autobuild-dev:
|
autobuild-dev:
|
||||||
$(MAKE) dist SPHINXOPTS='$(SPHINXOPTS) -Ea -A daily=1'
|
$(MAKE) dist-no-html SPHINXOPTS='$(SPHINXOPTS) -Ea -A daily=1'
|
||||||
|
|
||||||
# for quick rebuilds (HTML only)
|
# for HTML-only rebuilds
|
||||||
.PHONY: autobuild-dev-html
|
.PHONY: autobuild-dev-html
|
||||||
autobuild-dev-html:
|
autobuild-dev-html:
|
||||||
$(MAKE) html SPHINXOPTS='$(SPHINXOPTS) -Ea -A daily=1'
|
$(MAKE) dist-html SPHINXOPTS='$(SPHINXOPTS) -Ea -A daily=1'
|
||||||
|
|
||||||
# for stable releases: only build if not in pre-release stage (alpha, beta)
|
# for stable releases: only build if not in pre-release stage (alpha, beta)
|
||||||
# release candidate downloads are okay, since the stable tree can be in that stage
|
# release candidate downloads are okay, since the stable tree can be in that stage
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue