[Python-checkins] closes gh-97650: correct sphinx executable (gh-97651)

miss-islington webhook-mailer at python.org
Thu Sep 29 19:03:20 EDT 2022


https://github.com/python/cpython/commit/b7b261a8f353384784e57f1e72340789a0c1aaa2
commit: b7b261a8f353384784e57f1e72340789a0c1aaa2
branch: 3.10
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: miss-islington <31488909+miss-islington at users.noreply.github.com>
date: 2022-09-29T16:03:14-07:00
summary:

closes gh-97650: correct sphinx executable (gh-97651)

(cherry picked from commit 0179a82caa05a322d1dbab05155be6f919c281ff)

Co-authored-by: NoSuck <NoSuck at users.noreply.github.com>

files:
M Doc/README.rst

diff --git a/Doc/README.rst b/Doc/README.rst
index 7e8a27b4066d..729f4f85c7f8 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).
 



More information about the Python-checkins mailing list