From f1f28caabd333f1d14ed62f3e4617fcc934576c7 Mon Sep 17 00:00:00 2001 From: Alec Scott Date: Wed, 13 Mar 2024 15:07:11 -0700 Subject: [PATCH] Fix codspell looking in the rendered docs --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f787664d9..bc919dd96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,5 +31,5 @@ skip_gitignore = true color_output = true [tool.codespell] -skip = './_build,./docs/_static' +skip = './docs/_build,./docs/_static' ignore-words-list = 'fom'