summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuriy Andamasov <yuriy@vyos.io>2026-05-04 11:20:04 +0300
committerYuriy Andamasov <yuriy@vyos.io>2026-05-04 11:20:04 +0300
commit75d66f5dda90a6ebeeb1f338a241f3bad2490fb1 (patch)
tree3eee51860cfca92c382b6b374cfc56c5a6121013
parenta03751b72d443bcee94b5a222806915329bfa03e (diff)
downloadvyos-documentation-75d66f5dda90a6ebeeb1f338a241f3bad2490fb1.tar.gz
vyos-documentation-75d66f5dda90a6ebeeb1f338a241f3bad2490fb1.zip
docs: switch html_baseurl to /en/rolling/ (current branch canonical)
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 <link rel="canonical"> 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)
-rw-r--r--docs/conf.py8
1 files changed, 4 insertions, 4 deletions
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