|
73 | 73 | "url": "https://github.com/orgs/oceanhackweek/discussions", |
74 | 74 | "icon": "fas fa-comments", |
75 | 75 | }, |
76 | | - { |
77 | | - "name": "Twitter", |
78 | | - "url": "https://twitter.com/oceanhackweek", |
79 | | - "icon": "fab fa-twitter-square", |
80 | | - }, |
| 76 | + # { |
| 77 | + # "name": "Twitter", |
| 78 | + # "url": "https://twitter.com/oceanhackweek", |
| 79 | + # "icon": "fab fa-twitter-square", |
| 80 | + # }, |
81 | 81 | { |
82 | 82 | "name": "YouTube", |
83 | 83 | "url": "https://www.youtube.com/@OceanHackWeek/playlists", |
|
152 | 152 |
|
153 | 153 | nb_custom_formats = {".Rmd": ["jupytext.reads", {"fmt": "Rmd"}]} |
154 | 154 |
|
| 155 | +# configing link checking |
| 156 | +linkcheck_ignore = [ |
| 157 | + r"https://hub-binder.mybinder.ovh.*", |
| 158 | + r"https://www.vanderbilt.edu/datascience/data-science-team/", |
| 159 | + r"https://www.maren.cure.edu.uy/wp-content/uploads/2014/08/angel.jpg", |
| 160 | + r"https://www.agu.org/Ocean-Sciences-Meeting", # Works, but blocking linkcheck |
| 161 | + r"https://udelar.edu.uy/directorio/lugares/centro-universitario-regional-del-este-cure-sede-rocha-1/", # Cert issue |
| 162 | + r"https://oceanhackweek.2i2c.cloud.*", # Old 2i2c hub |
| 163 | + r"https://linuxize.com/post/how-to-use-nano-text-editor/", # Works, but blocking linkcheck |
| 164 | + r"https://imos.org.au/fileadmin/_processed_/b/c/csm_DSC_8209_f513b959ad.jpg", |
| 165 | + r"https://doi.org/10.1073/pnas.1717196115", # Works, but blocking linkcheck |
| 166 | +] |
| 167 | +linkcheck_exclude_documents = [ |
| 168 | + r".pixi/.*" |
| 169 | +] |
| 170 | +linkcheck_anchors_ignore_for_url = [ |
| 171 | + r"https://github.com/oceanhackweek/ohw-tutorials/.*", # Not finding all anchors on Github |
| 172 | +] |
155 | 173 |
|
156 | 174 | def setup(app): |
157 | 175 | app.add_css_file("custom.css") |
0 commit comments