mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Merge 3.5
This commit is contained in:
commit
33bb64fb30
1 changed files with 2 additions and 2 deletions
|
@ -162,12 +162,12 @@ serve:
|
|||
|
||||
# for development releases: always build
|
||||
autobuild-dev:
|
||||
make dist SPHINXOPTS='-A daily=1 -A versionswitcher=1'
|
||||
make dist SPHINXOPTS='$(SPHINXOPTS) -A daily=1 -A versionswitcher=1'
|
||||
-make suspicious
|
||||
|
||||
# for quick rebuilds (HTML only)
|
||||
autobuild-dev-html:
|
||||
make html SPHINXOPTS='-A daily=1 -A versionswitcher=1'
|
||||
make html SPHINXOPTS='$(SPHINXOPTS) -A daily=1 -A versionswitcher=1'
|
||||
|
||||
# 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue