From 963a7577a9b79c147b92b4cc7b49468557e4dec0 Mon Sep 17 00:00:00 2001 From: Niko Sirmpilatze Date: Mon, 2 Dec 2024 10:27:41 +0000 Subject: [PATCH] Remove duplicate notfound-context (#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. --- docs/source/conf.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index d15a945c..5f14df65 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -170,10 +170,6 @@ html_show_sourcelink = False -notfound_context = { - "body": "

This page has likely moved.

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'

", -} - notfound_context = { "title": "Page Not Found", "body": """