A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/python/cpython/commit/57acb82d275ace9d9d854b156611e641f68e9e7c below:

Allow passing sphinx options to Doc/Makefile · python/cpython@57acb82 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+2

-2

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+2

-2

lines changed Original file line number Diff line number Diff line change

@@ -162,12 +162,12 @@ serve:

162 162 163 163

# for development releases: always build

164 164

autobuild-dev:

165 -

make dist SPHINXOPTS='-A daily=1 -A versionswitcher=1'

165 +

make dist SPHINXOPTS='$(SPHINXOPTS) -A daily=1 -A versionswitcher=1'

166 166

-make suspicious

167 167 168 168

# for quick rebuilds (HTML only)

169 169

autobuild-dev-html:

170 -

make html SPHINXOPTS='-A daily=1 -A versionswitcher=1'

170 +

make html SPHINXOPTS='$(SPHINXOPTS) -A daily=1 -A versionswitcher=1'

171 171 172 172

# for stable releases: only build if not in pre-release stage (alpha, beta)

173 173

# release candidate downloads are okay, since the stable tree can be in that stage

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4