Skip to content

Commit

Permalink
Updating linkcheck ignore list
Browse files Browse the repository at this point in the history
  • Loading branch information
danwos committed May 3, 2023
1 parent b8b762f commit 571bdd3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -616,6 +616,7 @@ def setup(app: Sphinx) -> None:
linkcheck_ignore = [
r"http://localhost:\d+",
r"http://127.0.0.1:\d+",
r"../.*",
]

linkcheck_request_headers = {
Expand Down

0 comments on commit 571bdd3

Please sign in to comment.