Skip to content

Commit 5ada51c

Browse files
[3.11] Remove unused SPHINXLINT var from Doc/Makefile. (GH-110570) (#110584)
Remove unused `SPHINXLINT` var from `Doc/Makefile`. (GH-110570) Remove unused `SPHINXLINT` var. (cherry picked from commit bdbe43c) Co-authored-by: Ezio Melotti <[email protected]>
1 parent 9e9df93 commit 5ada51c

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)