From: NoSuck Date: Thu, 29 Sep 2022 22:53:41 +0000 (-0500) Subject: closes gh-97650: correct sphinx executable (gh-97651) X-Git-Tag: v3.12.0a1~330 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0179a82caa05a322d1dbab05155be6f919c281ff;p=thirdparty%2FPython%2Fcpython.git closes gh-97650: correct sphinx executable (gh-97651) --- diff --git a/Doc/README.rst b/Doc/README.rst index 4326086e9e35..d67cad79916b 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).