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

This commit is contained in:
NoSuck 2022-09-29 17:53:41 -05:00 committed by GitHub
parent 4652093e1b
commit 0179a82caa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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).