Skip to content

Commit ab889d4

Browse files
committed
doc: ignore missing anchor
1 parent 436dbb3 commit ab889d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,8 @@ def get_images_directories_from_path(path):
226226
f"https://github.com/{user_repo}/*",
227227
"https://www.ansys.com/*"
228228
]
229-
linkcheck_anchors_ignore = [
230-
"https://help.agi.com/stk/12.8.0/index.htm#stk/importfiles-02.htm"
229+
linkcheck_anchors_ignore_for_url = [
230+
"https://help.agi.com/stk/12.8.0/index.htm",
231231
]
232232

233233

0 commit comments

Comments
 (0)