diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cba743067..39283ff26 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,7 +32,7 @@ repos: - id: ruff-format - repo: https://github.com/EbodShojaei/bake - rev: v1.4.3 + rev: v1.4.4 hooks: - id: mbake-format args: ["--config=.github/bake.toml"] diff --git a/docs/Makefile b/docs/Makefile index 9287b9aef..38cb6a486 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -9,11 +9,10 @@ SOURCEDIR = . BUILDDIR = _build # Put it first so that "make" without argument is like "make help". +.PHONY: help help: @$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) -.PHONY: help Makefile - # Catch-all target: route all unknown targets to Sphinx using the new # "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS). %: Makefile