From f7b204d26e4d677661a0c9352b65b082e26aa8e1 Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Sun, 3 Mar 2024 19:29:19 +0000 Subject: [PATCH] Fix docs build (#4058) --- .config/constraints.txt | 2 +- docs/usage.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/constraints.txt b/.config/constraints.txt index baa151828e..35ec05fc8f 100644 --- a/.config/constraints.txt +++ b/.config/constraints.txt @@ -61,7 +61,7 @@ mkdocs-material==9.5.11 mkdocs-material-extensions==1.3.1 mkdocs-minify-plugin==0.8.0 mkdocs-monorepo-plugin==1.1.0 -mkdocstrings==0.24.0 +mkdocstrings==0.24.1 mkdocstrings-python==1.8.0 mypy==1.8.0 mypy-extensions==1.0.0 diff --git a/docs/usage.md b/docs/usage.md index f617ea52f8..18b807ed98 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -43,8 +43,8 @@ repositories. ## Gradual adoption For an easier gradual adoption, adopters should consider [ignore -file][configuring.md#ignoring-rules-for-entire-files] feature. This allows the -quick introduction of a linter pipeline for preventing addition of new +file][ignoring-rules-for-entire-files] feature. This allows the +quick introduction of a linter pipeline for preventing the addition of new violations, while known violations are ignored. Some people can work on addressing these historical violations while others may continue to work on other maintenance tasks.