diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2023-10-09 22:30:23 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-09 22:30:23 (GMT) |
commit | bdbe43c7d0ad5ebda0232a4ab39689ea79a9733a (patch) | |
tree | 877f0219d1c569135ec7bbd5a063e926ea88d41e | |
parent | 3b1580af07c0ce90d1c2073ab087772283d7e3b9 (diff) | |
download | cpython-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/Makefile | 1 |
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 = |