Skip to content

Commit

Permalink
Fix current linkcheck failures
Browse files Browse the repository at this point in the history
Both work in principle, but the link checker runs into an SSL error for the first,
and fails to resolve the second link pointing to an eventual build artifact.
This change ignores both types of URLs. SSL error should be retried after a bit of
time.
  • Loading branch information
adswa committed Jan 30, 2024
1 parent cf0cc06 commit d4a4172
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,10 @@
'https://twitter.com/datalad',
# maybe a user-agent issue? github.com/sphinx-doc/sphinx//issues/10343
'https://github.com/datalad/datalad-extension-template/generate',
# (temporary?) SSL certificate error
'https://fcon_1000.projects.nitrc.org/*',
# local link fails to resolve, maybe because its a build artifact?
'../_images/intro-v1-cover.jpg',
]

# Add any paths that contain templates here, relative to this directory.
Expand Down

0 comments on commit d4a4172

Please sign in to comment.