We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea88e82 commit 93e4669Copy full SHA for 93e4669
docs/conf.py
@@ -18,6 +18,7 @@
18
# -- Project information -----------------------------------------------------
19
20
import datetime
21
+import os
22
23
project = "attribution"
24
copyright = f"{datetime.date.today().year}, Amethyst Reese"
@@ -55,6 +56,9 @@
55
56
intersphinx_mapping = {"python": ("https://docs.python.org/3", None)}
57
master_doc = "index"
58
59
+# Set canonical URL from the Read the Docs Domain
60
+html_baseurl = os.environ.get("READTHEDOCS_CANONICAL_URL", "")
61
+
62
# -- Options for HTML output -------------------------------------------------
63
64
# The theme to use for HTML and HTML Help pages. See the documentation for
0 commit comments