Skip to content

Commit 26cc063

Browse files
committed
fix: pin markdownlnt version to 0.9.35
fix the issue caused by Markdown linter updates canonical/sphinx-docs-starter-pack#509
1 parent 242e491 commit 26cc063

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ pa11y-install:
7474
}
7575

7676
pymarkdownlnt-install:
77-
@. $(VENV); test -d $(SPHINXDIR)/venv/lib/python*/site-packages/pymarkdown || pip install pymarkdownlnt
77+
@. $(VENV); test -d $(VENVDIR)/lib/python*/site-packages/pymarkdown || pip install pymarkdownlnt==0.9.35
7878

7979
install: $(VENVDIR)
8080

0 commit comments

Comments
 (0)