summaryrefslogtreecommitdiffstats
path: root/Doc/README.rst
diff options
context:
space:
mode:
authorNoSuck <NoSuck@users.noreply.github.com>2022-09-29 22:53:41 (GMT)
committerGitHub <noreply@github.com>2022-09-29 22:53:41 (GMT)
commit0179a82caa05a322d1dbab05155be6f919c281ff (patch)
tree324508dcd7e69c14a3f88cbff3225d6554de8908 /Doc/README.rst
parent4652093e1b816b78e9a585d671a807ce66427417 (diff)
downloadcpython-0179a82caa05a322d1dbab05155be6f919c281ff.zip
cpython-0179a82caa05a322d1dbab05155be6f919c281ff.tar.gz
cpython-0179a82caa05a322d1dbab05155be6f919c281ff.tar.bz2
closes gh-97650: correct sphinx executable (gh-97651)
Diffstat (limited to 'Doc/README.rst')
-rw-r--r--Doc/README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/README.rst b/Doc/README.rst
index 4326086..d67cad7 100644
--- a/Doc/README.rst
+++ b/Doc/README.rst
@@ -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 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
``BLURB`` variables).