Skip to content

Commit

Permalink
Squashed commit of the following:
Browse files Browse the repository at this point in the history
commit 963a757
Author: Niko Sirmpilatze <[email protected]>
Date:   Mon Dec 2 10:27:41 2024 +0000

    Remove duplicate notfound-context (brainglobe#267)

    The `notfound-context` dict seems to be defined twice in `conf.py`, and the 2nd definition seems to override the first one. I see no reason for keeping the first definition around.

commit 7062240
Author: Adam Tyson <[email protected]>
Date:   Mon Nov 25 11:36:32 2024 +0000

    Use bluesky icon (brainglobe#266)

    * Use bluesky icon

    * Update conf.py

commit eac3fe3
Author: Adam Tyson <[email protected]>
Date:   Fri Nov 22 16:01:36 2024 +0000

    Use custom domain for bluesky (brainglobe#265)
  • Loading branch information
rlokkie committed Dec 4, 2024
1 parent 985748e commit 003049f
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@
},
{
"name": "Bluesky",
"url": "https://bsky.app/profile/brainglobe.bsky.social",
"icon": "fa-solid fa-square",
"url": "https://bsky.app/profile/brainglobe.info",
"icon": "fa-brands fa-bluesky",
},
{
# Label for this link
Expand Down Expand Up @@ -170,10 +170,6 @@

html_show_sourcelink = False

notfound_context = {
"body": "<h1>This page has likely moved.</h1> <p>We have recently restructured the BrainGlobe website, and some links have broken. Try using the search box or go to the homepage. If you can'</p>",
}

notfound_context = {
"title": "Page Not Found",
"body": """
Expand Down

0 comments on commit 003049f

Please sign in to comment.