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 4186222 commit 57acb82Copy full SHA for 57acb82
1 file changed
Doc/Makefile
@@ -162,12 +162,12 @@ serve:
162
163
# for development releases: always build
164
autobuild-dev:
165
- make dist SPHINXOPTS='-A daily=1 -A versionswitcher=1'
+ make dist SPHINXOPTS='$(SPHINXOPTS) -A daily=1 -A versionswitcher=1'
166
-make suspicious
167
168
# for quick rebuilds (HTML only)
169
autobuild-dev-html:
170
- make html SPHINXOPTS='-A daily=1 -A versionswitcher=1'
+ make html SPHINXOPTS='$(SPHINXOPTS) -A daily=1 -A versionswitcher=1'
171
172
# for stable releases: only build if not in pre-release stage (alpha, beta)
173
# release candidate downloads are okay, since the stable tree can be in that stage
0 commit comments