From b923b9cffd6727e19380ba2af7e3e5616ca67352 Mon Sep 17 00:00:00 2001 From: Remco de Boer <29308176+redeboer@users.noreply.github.com> Date: Tue, 29 Oct 2024 10:37:54 +0100 Subject: [PATCH] DX: disable Sphinx warnings in `linkcheck` job --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 580fd0f..ac31cf7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -345,6 +345,8 @@ commands = --show-traceback \ docs/ docs/_build/linkcheck description = Check external links in the documentation (requires internet connection) +setenv = + PYTHONWARNINGS = [testenv:nb] allowlist_externals =