Skip to content

Commit 9549bb6

Browse files
committed
fixup! Remove dist-pdf from the docs archives rebuild target
1 parent 975d1a9 commit 9549bb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,11 +243,11 @@ serve:
243243

244244
# for development releases: always build
245245
autobuild-dev:
246-
make dist SPHINXOPTS='$(SPHINXOPTS) -Ea -A daily=1'
246+
make dist-no-html SPHINXOPTS='$(SPHINXOPTS) -Ea -A daily=1'
247247

248248
# for quick rebuilds (HTML only)
249249
autobuild-dev-html:
250-
make html SPHINXOPTS='$(SPHINXOPTS) -Ea -A daily=1'
250+
make dist-html SPHINXOPTS='$(SPHINXOPTS) -Ea -A daily=1'
251251

252252
# for stable releases: only build if not in pre-release stage (alpha, beta)
253253
# release candidate downloads are okay, since the stable tree can be in that stage

0 commit comments

Comments
 (0)