Skip to content

Commit

Permalink
[conf.py]: linkcheck: Extend List of Ignored Links
Browse files Browse the repository at this point in the history
  • Loading branch information
andthum committed Oct 25, 2023
1 parent 1c03b45 commit 7688485
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -478,9 +478,12 @@
# when running `make linkcheck`.
linkcheck_ignore = [
# 403 Client Error: Forbidden for url.
r"https://doi.org/10.1002/9781118033005",
r"https://doi.org/10.1021/acs.jctc.2c00327",
r"https://doi.org/10.1073/pnas.1900239116",
r"https://doi.org/10.1063/5.0008316",
r"https://doi.org/10.1073/pnas.1900239116",
r"https://doi.org/10.1080/00031305.2017.1356374",
r"https://doi.org/10.1080/01621459.1958.10501452",
# 418 Client Error: Unknown for url.
r"https://doi.org/10.1109/TSMC.1979.4310076",
]
Expand Down

0 comments on commit 7688485

Please sign in to comment.