We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdb2009 commit e9ca4dfCopy full SHA for e9ca4df
1 file changed
docs/conf.py
@@ -77,6 +77,11 @@
77
78
html_logo = "_static/kessler_logo.png"
79
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
+
85
html_theme_options = {
86
"repository_url": "https://github.com/kesslerlib/kessler/",
87
"repository_branch": "master",
0 commit comments