From 3704496da84dfcc95954444e8980d24c0dd0fce9 Mon Sep 17 00:00:00 2001 From: Michael Park <100246223+SecondSkoll@users.noreply.github.com> Date: Mon, 22 Jul 2024 17:03:01 +1000 Subject: [PATCH] Fix build errors --- .custom_wordlist.txt | 1 + custom_conf.py | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.custom_wordlist.txt b/.custom_wordlist.txt index da0bc9b..fbb73c9 100644 --- a/.custom_wordlist.txt +++ b/.custom_wordlist.txt @@ -18,6 +18,7 @@ PostgreSQL prem pymacaroons RESTful +runtime RSA SaaS sha diff --git a/custom_conf.py b/custom_conf.py index dc4d4dc..c2b116a 100644 --- a/custom_conf.py +++ b/custom_conf.py @@ -135,7 +135,8 @@ # Links to ignore when checking links linkcheck_ignore = [ - 'http://127.0.0.1:8000' + 'http://127.0.0.1:8000', + 'https://ubuntu.com/core/docs/gadget-snaps#heading--example-prepare' ] # Pages on which to ignore anchors