Skip to content

Commit e9ca4df

Browse files
committed
fix linkcheck for esa website
1 parent fdb2009 commit e9ca4df

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/conf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@
7777

7878
html_logo = "_static/kessler_logo.png"
7979

80+
linkcheck_ignore = [
81+
r'https://www\.esa\.int/gsp/ACT/team/giacomo_acciarini/',
82+
r'https://kelvins.esa.int/collision-avoidance-challenge/'
83+
]
84+
8085
html_theme_options = {
8186
"repository_url": "https://github.com/kesslerlib/kessler/",
8287
"repository_branch": "master",

0 commit comments

Comments
 (0)