mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
closes gh-97650: correct sphinx executable (gh-97651)
(cherry picked from commit 0179a82caa
)
Co-authored-by: NoSuck <NoSuck@users.noreply.github.com>
This commit is contained in:
parent
11b66717fe
commit
bad137bd93
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ If you'd like to create the virtual environment in a different location,
|
||||||
you can specify it using the ``VENVDIR`` variable.
|
you can specify it using the ``VENVDIR`` variable.
|
||||||
|
|
||||||
You can also skip creating the virtual environment altogether, in which case
|
You can also skip creating the virtual environment altogether, in which case
|
||||||
the Makefile will look for instances of ``sphinxbuild`` and ``blurb``
|
the Makefile will look for instances of ``sphinx-build`` and ``blurb``
|
||||||
installed on your process ``PATH`` (configurable with the ``SPHINXBUILD`` and
|
installed on your process ``PATH`` (configurable with the ``SPHINXBUILD`` and
|
||||||
``BLURB`` variables).
|
``BLURB`` variables).
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue