diff --git a/docs/conf.py b/docs/conf.py index b742c82..4f515da 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -7,6 +7,7 @@ # -- Project information ----------------------------------------------------- import datetime +import os import pathlib import sys @@ -49,6 +50,9 @@ highlight_language = "python3" intersphinx_mapping = {"python": ("https://docs.python.org/3", None)} master_doc = "index" +# Set canonical URL from the Read the Docs Domain +html_baseurl = os.environ.get("READTHEDOCS_CANONICAL_URL", "") + # -- Options for HTML output ------------------------------------------------- # The theme to use for HTML and HTML Help pages. See the documentation for