summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2023-10-09 22:30:23 (GMT)
committerGitHub <noreply@github.com>2023-10-09 22:30:23 (GMT)
commitbdbe43c7d0ad5ebda0232a4ab39689ea79a9733a (patch)
tree877f0219d1c569135ec7bbd5a063e926ea88d41e
parent3b1580af07c0ce90d1c2073ab087772283d7e3b9 (diff)
downloadcpython-bdbe43c7d0ad5ebda0232a4ab39689ea79a9733a.zip
cpython-bdbe43c7d0ad5ebda0232a4ab39689ea79a9733a.tar.gz
cpython-bdbe43c7d0ad5ebda0232a4ab39689ea79a9733a.tar.bz2
Remove unused `SPHINXLINT` var from `Doc/Makefile`. (#110570)
Remove unused `SPHINXLINT` var.
-rw-r--r--Doc/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile
index 2269189..78ee427 100644
--- a/Doc/Makefile
+++ b/Doc/Makefile
@@ -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 =