Skip to content

Commit bdbe43c

Browse files
authored
Remove unused SPHINXLINT var from Doc/Makefile. (#110570)
Remove unused `SPHINXLINT` var.
1 parent 3b1580a commit bdbe43c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Doc/Makefile

-1
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)