Skip to content

Commit

Permalink
ignore linkcheck for opensource licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
niksirbi committed Oct 16, 2024
1 parent 94347e3 commit c8f3498
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,10 +170,14 @@
"https://gin.g-node.org/G-Node/Info/wiki/",
"https://neuroinformatics.zulipchat.com/",
"https://github.com/talmolab/sleap/blob/v1.3.3/sleap/info/write_tracking_h5.py",
"https://opensource.org/license/bsd-3-clause/",
]
# A list of regular expressions that match URIs that should not be checked
linkcheck_ignore = [
"https://pubs.acs.org/doi/*", # Checking dois is forbidden here
# When linkchecking in CI, the following links raise:
# '403 Client Error: Forbidden for url'
"https://pubs.acs.org/doi/*",
"https://opensource.org/license/*",
]

myst_url_schemes = {
Expand Down

0 comments on commit c8f3498

Please sign in to comment.