Skip to content

Commit

Permalink
Update website banner now that restructuring _has happened_ (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
willGraham01 authored Jan 8, 2024
1 parent 073a170 commit 5c00dc6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"numpydoc",
"nbsphinx",
"notfound.extension",
"sphinx_copybutton"
"sphinx_copybutton",
]

# Configure the myst parser to enable cool markdown features
Expand Down Expand Up @@ -108,7 +108,7 @@

## Cutomize the theme
html_theme_options = {
"announcement": "BrainGlobe is undergoing restructuring. Keep track of the latest developments on <a href='https://brainglobe.info/blog/version1/version_1_announcement.html'>the blog</a>",
"announcement": "BrainGlobe version 1 is here! Head over to <a href='https://brainglobe.info/blog/version1/version_1_released.html'>the blog</a> to find out more",
"icon_links": [
{
# Label for this link
Expand Down Expand Up @@ -191,4 +191,4 @@
notfound_urls_prefix = None


linkcheck_ignore = ["https://neuromorpho.org/"]
linkcheck_ignore = ["https://neuromorpho.org/"]

0 comments on commit 5c00dc6

Please sign in to comment.