diff --git a/docs/community/contributing.md b/docs/community/contributing.md index 88ad71b5d..40dfa2813 100644 --- a/docs/community/contributing.md +++ b/docs/community/contributing.md @@ -65,4 +65,4 @@ Build and validate the documentation website: ```bash hatch run docs:build-check -``` +``` \ No newline at end of file diff --git a/hatch.toml b/hatch.toml index 51b950c92..695204d3c 100644 --- a/hatch.toml +++ b/hatch.toml @@ -65,6 +65,7 @@ dependencies = [ # Validation # https://github.com/linkchecker/linkchecker/pull/669#issuecomment-1267236287 "linkchecker @ git+https://github.com/linkchecker/linkchecker.git@d9265bb71c2054bf57b8c5734a4825d62505c779", + "griffe<1.0", ] pre-install-commands = [ "python scripts/install_mkdocs_material_insiders.py",