Skip to content

Commit 09a9f17

Browse files
matrixiseJulienPalard
authored andcommitted
bpo-36329: Declare the version of Python to use for Tools/scripts/serve.py (#12385)
* bpo-36329: Declare the version of Python to use for Tools/scripts/serve.py * Add the blurb entry
1 parent 74ae50e commit 09a9f17

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ check:
174174
$(PYTHON) tools/rstlint.py -i tools -i $(VENVDIR) -i README.rst
175175

176176
serve:
177-
../Tools/scripts/serve.py build/html
177+
$(PYTHON) ../Tools/scripts/serve.py build/html
178178

179179
# Targets for daily automated doc build
180180
# By default, Sphinx only rebuilds pages where the page content has changed.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Declare the path of the Python binary for the usage of
2+
``Tools/scripts/serve.py`` when executing ``make -C Doc/ serve``.
3+
Contributed by Stéphane Wirtel

0 commit comments

Comments
 (0)