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 ab5da6a commit 01f47e8Copy full SHA for 01f47e8
1 file changed
Doc/Makefile
@@ -187,10 +187,15 @@ autobuild-dev:
187
make update
188
make dist SPHINXOPTS='-A daily=1 -A versionswitcher=1'
189
190
+# for quick rebuilds (HTML only)
191
+autobuild-html:
192
+ make html SPHINXOPTS='-A daily=1 -A versionswitcher=1'
193
+
194
# for stable releases: only build if not in pre-release stage (alpha, beta, rc)
195
autobuild-stable:
196
@case $(DISTVERSION) in *[abc]*) \
197
echo "Not building; $(DISTVERSION) is not a release version."; \
198
exit 1;; \
199
esac
200
@make autobuild-dev
201
0 commit comments