Skip to content

Commit b0cd68a

Browse files
committed
fix: exclude link from link check
Excluding https://www.khronos.org/collada/ from link check as it is failing due to the web page verifying that it is accessed by a human.
1 parent 07231b9 commit b0cd68a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@
171171
f"https://github.com/{user_repo}/*",
172172
"https://support.agi.com/3d-models",
173173
"https://support.agi.com/downloads",
174+
"https://www.khronos.org/collada/",
174175
]
175176

176177
# -- Declare the Jinja context -----------------------------------------------

0 commit comments

Comments
 (0)