diff --git a/docs/source/conf.py b/docs/source/conf.py index 35d79a9..53a3965 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -72,6 +72,10 @@ linkcheck_anchors_ignore_for_url = [ "https://neuroinformatics.zulipchat.com/" ] +linkcheck_ignore = [ + "https://opensource.org", + ] + # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. @@ -134,7 +138,7 @@ }, { "name": "Bluesky", - "url": "https://bsky.app/profile/neuroinformatics.bsky.social", + "url": "https://bsky.app/profile/neuroinformatics.dev", "icon": "fa-solid fa-square", }, { @@ -166,4 +170,4 @@ # Ablog sidebars (https://ablog.readthedocs.io/en/stable/manual/ablog-configuration-options.html#sidebars) 'ablog/recentposts.html'], # 'ablog/archives.html << we may want to use archives when we have more posts. "**": [], -} \ No newline at end of file +}