Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit057f3fa

Browse files
[3.13] Fixmake htmllive target (GH-124219) (#124221)
Fix `make htmllive` target (GH-124219)Allow `make -C Doc htmllive` to work without manual venv activationSet PATH to ensure that `sphinx-autobuild` can find `sphinx-build`.(cherry picked from commit9a6e233)Co-authored-by: Zachary Ware <zach@python.org>
1 parent9649af5 commit057f3fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Doc/Makefile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ htmlview: html
152152
$(PYTHON) -c"import os, webbrowser; webbrowser.open('file://' + os.path.realpath('build/html/index.html'))"
153153

154154
.PHONY: htmllive
155-
htmllive: SPHINXBUILD =$(VENVDIR)/bin/sphinx-autobuild
155+
htmllive: SPHINXBUILD =PATH=$(VENVDIR)/bin:$$PATHsphinx-autobuild
156156
htmllive: SPHINXOPTS = --re-ignore="/venv/" --open-browser --delay 0
157157
htmllive: _ensure-sphinx-autobuild html
158158

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp