We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c98562 commit e6418a9Copy full SHA for e6418a9
1 file changed
doc/source/conf.py
@@ -55,7 +55,7 @@
55
exclude_patterns = []
56
57
# Set canonical URL from the Read the Docs Domain
58
-html_baseurl = "https://docs.balder.dev/en/stable/"
+html_baseurl = os.environ.get("READTHEDOCS_CANONICAL_URL", "/")
59
60
# Tell Jinja2 templates the build is running on Read the Docs
61
if os.environ.get("READTHEDOCS", "") == "True":
0 commit comments