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