Skip to content

Commit 62eb66a

Browse files
authored
Set canonical root URL for documentation (#2078)
1 parent fcbc392 commit 62eb66a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/source/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@
6767
html_theme = "furo"
6868
html_favicon = "assets/RoundLogo.png"
6969

70+
# Specify canonical root
71+
# This tells search engines that this domain is preferred
72+
html_baseurl = "https://docs.photonvision.org/en/latest/"
73+
7074
# Add any paths that contain custom static files (such as style sheets) here,
7175
# relative to this directory. They are copied after the builtin static files,
7276
# so a file named "default.css" will overwrite the builtin "default.css".

0 commit comments

Comments
 (0)