From 75d66f5dda90a6ebeeb1f338a241f3bad2490fb1 Mon Sep 17 00:00:00 2001 From: Yuriy Andamasov Date: Mon, 4 May 2026 11:20:04 +0300 Subject: docs: switch html_baseurl to /en/rolling/ (current branch canonical) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit RTD slug rename: the canonical version slug for the current branch is moving from `latest` to `rolling`, with `latest` becoming a redirect to `rolling`. Match html_baseurl to the new canonical so and the sitemap point at the URL RTD will actually serve. Do not merge until the RTD slug rename and the new latest -> rolling redirect are in place; otherwise the canonical URL will 404. 🤖 Generated by [robots](https://vyos.io) --- docs/conf.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/conf.py b/docs/conf.py index 942c25c9..a7a44d85 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -113,13 +113,13 @@ html_static_path = ['_static'] html_extra_path = ['_html_extra'] -html_baseurl = 'https://docs.vyos.io/en/latest/' +html_baseurl = 'https://docs.vyos.io/en/rolling/' -# sphinx-sitemap: baseurl already includes /en/latest/, so skip lang+version +# sphinx-sitemap: baseurl already includes /en/rolling/, so skip lang+version sitemap_url_scheme = '{link}' -# sphinx-llms-txt: disable auto-generated llms.txt, keep curated one from -# _html_extra; llms-full.txt is still auto-generated +# sphinx-llms-txt: disable auto-generated llms.txt, keep curated render via +# setup hook; llms-full.txt is still auto-generated llms_txt_file = False # Custom sidebar templates, must be a dictionary that maps document names -- cgit v1.2.3