Skip to content

Commit 3f84b4b

Browse files
ezio-melottiGlyphack
authored andcommitted
Remove unused SPHINXLINT var from Doc/Makefile. (python#110570)
Remove unused `SPHINXLINT` var.
1 parent dc2bf28 commit 3f84b4b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Doc/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
PYTHON = python3
88
VENVDIR = ./venv
99
SPHINXBUILD = PATH=$(VENVDIR)/bin:$$PATH sphinx-build
10-
SPHINXLINT = PATH=$(VENVDIR)/bin:$$PATH sphinx-lint
1110
BLURB = PATH=$(VENVDIR)/bin:$$PATH blurb
1211
JOBS = auto
1312
PAPER =

0 commit comments

Comments
 (0)