diff options
author | 2020-11-07 12:28:31 +0100 | |
---|---|---|
committer | 2020-11-07 12:28:31 +0100 | |
commit | ee2549c2ba8bae00f2b2fea8a39c6dfbd1d06520 (patch) | |
tree | 92476e3944b652398732e09e64c3893759e68b17 /Doc/Makefile | |
parent | bpo-42133: update parts of the stdlib to fall back to `__spec__.loader` when ... (diff) | |
download | cpython-ee2549c2ba8bae00f2b2fea8a39c6dfbd1d06520.tar.gz cpython-ee2549c2ba8bae00f2b2fea8a39c6dfbd1d06520.tar.bz2 cpython-ee2549c2ba8bae00f2b2fea8a39c6dfbd1d06520.zip |
bpo-41028: Doc: Move switchers to docsbuild-scripts. (GH-20969)
Diffstat (limited to 'Doc/Makefile')
-rw-r--r-- | Doc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index f653d70674e..6bf1f408b56 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -215,12 +215,12 @@ serve: # for development releases: always build autobuild-dev: - make dist SPHINXOPTS='$(SPHINXOPTS) -Ea -A daily=1 -A switchers=1' + make dist SPHINXOPTS='$(SPHINXOPTS) -Ea -A daily=1' -make suspicious # for quick rebuilds (HTML only) autobuild-dev-html: - make html SPHINXOPTS='$(SPHINXOPTS) -Ea -A daily=1 -A switchers=1' + make html SPHINXOPTS='$(SPHINXOPTS) -Ea -A daily=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 |