Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9cce95 commit 3b20c4aCopy full SHA for 3b20c4a
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