Skip to content

Commit

Permalink
ignore problematic links during linkcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
niksirbi committed Nov 14, 2023
1 parent e114b73 commit 1177dbd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,13 @@
]

# Ignore certain URLs from being checked
linkcheck_ignore = ["https://neuromorpho.org/"]
linkcheck_ignore = [
"https://neuromorpho.org/",
"https://wiki.ucl.ac.uk/", # ignore everything on the internal wiki
"https://linux.die.net/man/1/rsync",
"https://www.uclb.com/",
]
linkcheck_retries = 2

# -- Options for HTML output -------------------------------------------------

Expand Down

0 comments on commit 1177dbd

Please sign in to comment.