We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f4d64b commit cce1125Copy full SHA for cce1125
Doc/Makefile
@@ -306,12 +306,12 @@ serve:
306
# for development releases: always build
307
.PHONY: autobuild-dev
308
autobuild-dev:
309
- $(MAKE) dist SPHINXOPTS='$(SPHINXOPTS) -Ea -A daily=1'
+ $(MAKE) dist-no-html SPHINXOPTS='$(SPHINXOPTS) -Ea -A daily=1'
310
311
-# for quick rebuilds (HTML only)
+# for HTML-only rebuilds
312
.PHONY: autobuild-dev-html
313
autobuild-dev-html:
314
- $(MAKE) html SPHINXOPTS='$(SPHINXOPTS) -Ea -A daily=1'
+ $(MAKE) dist-html SPHINXOPTS='$(SPHINXOPTS) -Ea -A daily=1'
315
316
# for stable releases: only build if not in pre-release stage (alpha, beta)
317
# release candidate downloads are okay, since the stable tree can be in that stage
0 commit comments