mirror of https://github.com/python/cpython.git
[3.11] Remove unused `SPHINXLINT` var from `Doc/Makefile`. (GH-110570) (#110584)
Remove unused `SPHINXLINT` var from `Doc/Makefile`. (GH-110570)
Remove unused `SPHINXLINT` var.
(cherry picked from commit bdbe43c7d0
)
Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
This commit is contained in:
parent
9e9df93ffc
commit
5ada51cd51
|
@ -7,7 +7,6 @@
|
|||
PYTHON = python3
|
||||
VENVDIR = ./venv
|
||||
SPHINXBUILD = PATH=$(VENVDIR)/bin:$$PATH sphinx-build
|
||||
SPHINXLINT = PATH=$(VENVDIR)/bin:$$PATH sphinx-lint
|
||||
BLURB = PATH=$(VENVDIR)/bin:$$PATH blurb
|
||||
JOBS = auto
|
||||
PAPER =
|
||||
|
|
Loading…
Reference in New Issue