From c8ba505b99c088009fdee195559fa733d0efdda8 Mon Sep 17 00:00:00 2001 From: steve-chavez Date: Sun, 19 May 2024 13:21:57 -0500 Subject: [PATCH] docs: linkcheck ignore patreon --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index af3c9f3c2..faca3eb06 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -295,9 +295,9 @@ def setup(app): # taken from https://github.com/sphinx-doc/sphinx/blob/82dad44e5bd3776ecb6fd8ded656bc8151d0e63d/sphinx/util/requests.py#L42 user_agent = "Mozilla/5.0 (X11; Linux x86_64; rv:25.0) Gecko/20100101 Firefox/25.0" -# TODO: stackoverflow only returns 403 right now. We might need to come back later to check whether that's +# TODO: stackoverflow and patreon only returns 403 right now. We might need to come back later to check whether that's # a permanent issue or not. -linkcheck_ignore = [r"https://stackoverflow.com/"] +linkcheck_ignore = [r"https://stackoverflow.com/", r"https://www.patreon.com/postgrest"] # sphinx-tabs configuration sphinx_tabs_disable_tab_closing = True