Skip to content

Commit 4190883

Browse files
authored
ignore some links that fails.
1 parent f3f4e08 commit 4190883

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/conf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,8 @@
88
"current_version": None,
99
"versions": [],
1010
})
11+
12+
linkcheck_ignore = [
13+
r"https://www.mysql.com/",
14+
r"http://www.hughes.com.au/*",
15+
]

0 commit comments

Comments
 (0)