From bfef17c8c31e217c57d028de86222b297a364da0 Mon Sep 17 00:00:00 2001 From: Yuriy Andamasov Date: Mon, 4 May 2026 11:15:36 +0300 Subject: docs: use canonical /en/1.4/ baseurl instead of /en/sagitta/ alias MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit RTD redirects /en/sagitta/* to /en/1.4/*. Pointing html_baseurl at the canonical slug makes and the sitemap match the URL RTD actually serves, so crawlers skip the redirect hop. /en/sagitta/ still works as an alias. 🤖 Generated by [robots](https://vyos.io) --- docs/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/conf.py b/docs/conf.py index 9bfdd4d9..dff64f63 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -100,9 +100,9 @@ todo_include_todos = True # html_theme = "sphinx_rtd_theme" -html_baseurl = 'https://docs.vyos.io/en/sagitta/' +html_baseurl = 'https://docs.vyos.io/en/1.4/' -# sphinx-sitemap: baseurl already includes /en/sagitta/, so skip lang+version +# sphinx-sitemap: baseurl already includes /en/1.4/, so skip lang+version sitemap_url_scheme = '{link}' # sphinx-llms-txt: disable auto-generated llms.txt, keep curated render via setup -- cgit v1.2.3