Skip to content

Commit 193392c

Browse files
Fix linkcheck_ignore for NASA
1 parent 89032ae commit 193392c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
r"https://.*adsabs.harvard.edu/",
172172
r"https://zenodo.org/",
173173
r"http.*://stackoverflow.com/questions/.*",
174-
r"https://*.nasa.gov/*",
174+
r"https://.*.nasa.gov/.*",
175175
]
176176

177177
# -- Options for the edit_on_github extension ---------------------------------

0 commit comments

Comments
 (0)