You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import os
# Define the canonical URL if you are using a custom domain on Read the Docs
html_baseurl = os.environ.get("READTHEDOCS_CANONICAL_URL", "")
# Tell Jinja2 templates the build is running on Read the Docs
if os.environ.get("READTHEDOCS", "") == "True":
if "html_context" not in globals():
html_context = {}
html_context["READTHEDOCS"] = True
In source/conf.py, add the following stanza
For more information, see here: https://about.readthedocs.com/blog/2024/07/addons-by-default/
The proposed change fixes the Custom Domain, which is no longer picked up by the hosted Builder.
The text was updated successfully, but these errors were encountered: