Skip to content

Commit

Permalink
Use custom domain for bluesky (#104)
Browse files Browse the repository at this point in the history
* Use custom domain for bluesky

* Ignore linkcheck failure
  • Loading branch information
adamltyson authored Nov 25, 2024
1 parent 4cd8b63 commit aed8bc2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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",
},
{
Expand Down Expand Up @@ -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.
"**": [],
}
}

0 comments on commit aed8bc2

Please sign in to comment.