From 3f7f888a2a7b41934d40d4bce8b2b683d9dc564d Mon Sep 17 00:00:00 2001 From: lochhh Date: Mon, 2 Dec 2024 15:38:39 +0000 Subject: [PATCH] Fix 404 URL prefix --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 5d8414df..89fa83b6 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -225,4 +225,4 @@ # needed for GH pages (vs readthedocs), # because we have no '///' in the URL -notfound_urls_prefix = None +notfound_urls_prefix = "/movement/"