Skip to content

Commit

Permalink
docs: linkcheck ignore patreon
Browse files Browse the repository at this point in the history
  • Loading branch information
steve-chavez committed May 19, 2024
1 parent ae91fd8 commit c8ba505
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c8ba505

Please sign in to comment.