We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fb3020 commit 6cd4ce8Copy full SHA for 6cd4ce8
docs/conf.py
@@ -204,10 +204,11 @@
204
205
# -- Options for linkcheck output ---------------------------------------------
206
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
- ]
+linkcheck_ignore = [
+ 'http://data.astropy.org',
+ r'https://github\.com/astropy/photutils/(?:issues|pull)/\d+',
+ # Zenodo/doi: 403 Client Error: Forbidden for url
+ r'https://zenodo.org/records/*',
+ r'https://doi.org/*',
213
+]
214
linkcheck_timeout = 180
0 commit comments