Skip to content

Commit c77ef7b

Browse files
ezio-melottimiss-islington
authored andcommitted
Remove unused SPHINXLINT var from Doc/Makefile. (GH-110570)
Remove unused `SPHINXLINT` var. (cherry picked from commit bdbe43c) Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
1 parent 9e9df93 commit c77ef7b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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)