Skip to content

Commit c1e5958

Browse files
authored
fix: ignore link
1 parent 26277f3 commit c1e5958

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/source/conf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,3 +112,8 @@
112112

113113
# Ignore anchors
114114
linkcheck_anchors = False
115+
116+
# Ignore links
117+
linkcheck_ignore = [
118+
"https://opensource.org/licenses/MIT",
119+
]

0 commit comments

Comments
 (0)