Skip to content

Commit

Permalink
[3.12] Remove unused SPHINXLINT var from Doc/Makefile. (GH-110570) (
Browse files Browse the repository at this point in the history
#110585)

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]>
  • Loading branch information
miss-islington and ezio-melotti authored Oct 10, 2023
1 parent 1f43bc2 commit c8bffd1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit c8bffd1

Please sign in to comment.