From e113f96cbf5ea81302ef06fc92ee397823377fe2 Mon Sep 17 00:00:00 2001
From: Deepak Khatri <lorforlinux@beagleboard.org>
Date: Thu, 26 Sep 2024 12:15:42 +0530
Subject: [PATCH] test notfound urls prefix

---
 conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf.py b/conf.py
index e842eee1..e266419f 100644
--- a/conf.py
+++ b/conf.py
@@ -148,7 +148,7 @@ for old_folder, new_folder in redirect_folders.items():
 notfound_template = '404.html'
 
 # Set the URLs prefix (adjust if your site is served from a subdirectory)
-notfound_urls_prefix = ''
+notfound_urls_prefix = '/docs.beagleboard.io/'
 
 # Provide additional context variables if needed
 notfound_context = {
-- 
GitLab