Skip to content
Merged
2 changes: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@
linkcheck_exclude_documents = [
# ignore old (pre-2020) blog pages
r"news/posts/201[0-9].*",
r"news/posts/2025-09-05-orm.md",
]
linkcheck_ignore = [
r"https://www.youtube.com/.*",
Expand Down Expand Up @@ -157,6 +158,7 @@
r"https://juser.fz-juelich.de/record/873744",
r"https://openbis.ch", # Not accessibla as of 06-06-2025. Might come back
r"https://www.eosc-hub.eu/", # Privacy warning when accessing manually
r"http://bit.ly/2HRjTWo", # Link now broken. Maybe remove fully in future?
]

aiida_ignore_event_checks = [
Expand Down
1 change: 0 additions & 1 deletion docs/events.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@
- name: AiiDA tutorial at the BIG-MAP workshop
start: 2020-12-02
location: Online
url: https://multiscale-modelling.eu/BigMapWorkshop2020
participants: ~80

- name: Materials Science Q&A @ SciPy 2020
Expand Down
Loading