Skip to content

Commit 5276c33

Browse files
authored
Merge pull request #537 from gchq/feature/fix-docs-linkcheck
ci(docs): exclude dl.acm.org from link check
2 parents 144296a + 2b155df commit 5276c33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@
100100
linkcheck_ignore = [
101101
"https://doi.org",
102102
"https://artowen.su.domains/mc/",
103+
"https://dl.acm.org/doi",
103104
]
104105
linkcheck_timeout = 5
105106
linkcheck_report_timeouts_as_broken = True

0 commit comments

Comments
 (0)