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.
dist-pdf
1 parent 06ad145 commit d7359a0Copy full SHA for d7359a0
Doc/Makefile
@@ -241,12 +241,12 @@ serve:
241
242
# for development releases: always build
243
autobuild-dev:
244
- make dist SPHINXOPTS='$(SPHINXOPTS) -Ea -A daily=1'
+ make dist-no-html SPHINXOPTS='$(SPHINXOPTS) -Ea -A daily=1'
245
-make suspicious
246
247
# for quick rebuilds (HTML only)
248
autobuild-dev-html:
249
- make html SPHINXOPTS='$(SPHINXOPTS) -Ea -A daily=1'
+ make dist-html SPHINXOPTS='$(SPHINXOPTS) -Ea -A daily=1'
250
251
# for stable releases: only build if not in pre-release stage (alpha, beta)
252
# release candidate downloads are okay, since the stable tree can be in that stage
0 commit comments