From 5cb5784eb3d35e666c01d801ff25404ee1dc27f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrik=20Sch=C3=B6nfeldt?= Date: Mon, 26 Jun 2023 17:36:16 +0200 Subject: [PATCH] Move linkcheck_ignore to correct place --- docs/conf.py | 5 ++++- tox.ini | 1 - 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 6ed11fd..58b4c9a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -57,4 +57,7 @@ def setup(app): napoleon_use_param = False nitpicky = False -linkcheck_ignore = [r"https://requires.io/.*"] +linkcheck_ignore = [ + r"https://requires.io/.*", + r"https://www.avacon-netz.de/.*", +] diff --git a/tox.ini b/tox.ini index 60a15ef..cf359c8 100644 --- a/tox.ini +++ b/tox.ini @@ -58,7 +58,6 @@ commands = [testenv:docs] usedevelop = true -linkcheck_ignore = [r"https://www.avacon-netz.de/*"] deps = -r{toxinidir}/docs/requirements.txt commands =