◐ Shell
clean mode source ↗

Fix `make htmllive` target by zware · Pull Request #124219 · python/cpython

Set PATH to ensure that `sphinx-autobuild` can find `sphinx-build`.

colesbury

AA-Turner

@zware zware deleted the fix_doc_make_htmllive_target branch

September 18, 2024 21:02

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Sep 18, 2024
Allow `make -C Doc htmllive` to work without manual venv activation

Set PATH to ensure that `sphinx-autobuild` can find `sphinx-build`.
(cherry picked from commit 9a6e233)

Co-authored-by: Zachary Ware <zach@python.org>

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Sep 18, 2024
Allow `make -C Doc htmllive` to work without manual venv activation

Set PATH to ensure that `sphinx-autobuild` can find `sphinx-build`.
(cherry picked from commit 9a6e233)

Co-authored-by: Zachary Ware <zach@python.org>

savannahostrowski pushed a commit to savannahostrowski/cpython that referenced this pull request

Sep 22, 2024
Allow `make -C Doc htmllive` to work without manual venv activation

Set PATH to ensure that `sphinx-autobuild` can find `sphinx-build`.

Yhg1s pushed a commit that referenced this pull request

Sep 23, 2024
Fix `make htmllive` target (GH-124219)

Allow `make -C Doc htmllive` to work without manual venv activation

Set PATH to ensure that `sphinx-autobuild` can find `sphinx-build`.
(cherry picked from commit 9a6e233)

Co-authored-by: Zachary Ware <zach@python.org>