Skip to content

Commit 6cd4ce8

Browse files
committed
Linkcheck list
1 parent 4fb3020 commit 6cd4ce8

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

docs/conf.py

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -204,10 +204,11 @@
204204

205205
# -- Options for linkcheck output ---------------------------------------------
206206
linkcheck_retry = 5
207-
linkcheck_ignore = ['http://data.astropy.org',
208-
r'https://github\.com/astropy/photutils/(?:issues|pull)/\d+',
209-
# Zenodo/doi: 403 Client Error: Forbidden for url
210-
r'https://zenodo.org/records/*',
211-
r'https://doi.org/*',
212-
]
207+
linkcheck_ignore = [
208+
'http://data.astropy.org',
209+
r'https://github\.com/astropy/photutils/(?:issues|pull)/\d+',
210+
# Zenodo/doi: 403 Client Error: Forbidden for url
211+
r'https://zenodo.org/records/*',
212+
r'https://doi.org/*',
213+
]
213214
linkcheck_timeout = 180

0 commit comments

Comments
 (0)