diff --git a/docs/conf.py b/docs/conf.py index 5395bc27..78134b47 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -394,8 +394,8 @@ # Links we ignore, because they do not work temporary and we cannot fix it linkcheck_ignore = [ "https://www.big-map.eu/", - "*concept/index.html", - "*howto/index.html", + r".*concept/index.html", + r".*howto/index.html", "http://127.0.0.1:8000/workgraph", ]