Skip to content

Commit d2b63d5

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/source/conf.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,9 @@ 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*",
231+
"https://ssd.jpl.nasa.gov/tools/sbdb_lookup.html*",
231232
]
232233

233234

0 commit comments

Comments
 (0)