Skip to content

Commit

Permalink
Ignore Elsevier url in linkcheck as it somehow blocks Sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
YannickJadoul committed Jun 14, 2024
1 parent ce21f3c commit 0e9e35c
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 @@ -155,6 +155,10 @@
except TypeError:
branch_or_commit = str(git_head.commit)

linkcheck_ignore = [
'https://www.sciencedirect.com/science/article/abs/pii/S0095447017301389', # sciencedirect.com (Elsevier), 403 Client Error: Forbidden for url
]

rst_epilog = """
.. |binder_badge_examples| image:: https://mybinder.org/badge_logo.svg
:target: https://mybinder.org/v2/gh/YannickJadoul/Parselmouth/{binder_ref}?urlpath=lab/tree/docs/examples
Expand Down

0 comments on commit 0e9e35c

Please sign in to comment.