From 62eb66a493e34324736258adff414e5b780c33c2 Mon Sep 17 00:00:00 2001 From: Graham Date: Thu, 28 Aug 2025 22:19:50 -0400 Subject: [PATCH] Set canonical root URL for documentation (#2078) --- docs/source/conf.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index dab4e79d1..88390e218 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -67,6 +67,10 @@ html_title = "PhotonVision Docs" html_theme = "furo" html_favicon = "assets/RoundLogo.png" +# Specify canonical root +# This tells search engines that this domain is preferred +html_baseurl = "https://docs.photonvision.org/en/latest/" + # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css".