From 486337a7707f5fc6d83ca279c4f78d85e43aee08 Mon Sep 17 00:00:00 2001 From: Artem Konev <141050460+akcano@users.noreply.github.com> Date: Fri, 6 Dec 2024 13:15:06 +0000 Subject: [PATCH] Update docs/conf.py Co-authored-by: Michael Park --- docs/conf.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index afee5827..e651a794 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -185,7 +185,10 @@ # # TODO: Remove or adjust the ACME entry after you update the contributing guide -linkcheck_ignore = ["http://127.0.0.1:8000", "https://github.com/canonical/ACME/*"] +linkcheck_ignore = [ + "http://127.0.0.1:8000", + "https://github.com/canonical/ACME/*" + ] # A regex list of URLs where anchors are ignored by 'make linkcheck'