mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-04 08:01:49 +00:00
chore: add venv dependency to lint-docs target (#350)
##### SUMMARY Missing venv when running lint-docs from a clean repo.
This commit is contained in:
parent
74f6eff294
commit
79d52d3621
1 changed files with 6 additions and 2 deletions
8
Makefile
8
Makefile
|
|
@ -14,8 +14,12 @@ venv:
|
||||||
lint: venv
|
lint: venv
|
||||||
venv/bin/pylint plugins
|
venv/bin/pylint plugins
|
||||||
|
|
||||||
lint-docs:
|
lint-docs: venv
|
||||||
venv/bin/antsibull-docs lint-collection-docs --plugin-docs .
|
venv/bin/antsibull-docs lint-collection-docs \
|
||||||
|
--plugin-docs \
|
||||||
|
--validate-collection-refs self \
|
||||||
|
--skip-rstcheck \
|
||||||
|
.
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
git clean -xdf \
|
git clean -xdf \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue