From 753fbb66caa4a2da5af417f885cce28d5ab54867 Mon Sep 17 00:00:00 2001 From: Josh Date: Wed, 10 Sep 2025 10:50:46 -0400 Subject: [PATCH] chore(user): add canonical link to `stable` branch Add canonical link for stable version in documentation. Signed-off-by: Josh --- user_manual/conf.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/user_manual/conf.py b/user_manual/conf.py index aafb8687c..fb397678a 100644 --- a/user_manual/conf.py +++ b/user_manual/conf.py @@ -67,6 +67,13 @@ html_static_path = ['../_shared_assets/static'] html_short_title = "User Manual" # disable "Created using Sphinx" in the HTML footer (default is True) html_show_sphinx = False + +# Add canonical link in all generated pages linking to their respective equivalent +# in `stable` (regardless of which version of the docs someone lands in). +# Note, there is an argument to be made for having this link to `latest` instead, +# but this is likely good enough and the most conservative for now. +html_baseurl = "https://docs.nextcloud.com/server/stable/user_manual/" + # disable including the reST sources in the HTML build as _sources/name (default is True) html_copy_source = False