We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b8369d commit ab49715Copy full SHA for ab49715
docs/conf.py
@@ -7,6 +7,7 @@
7
# -- Project information -----------------------------------------------------
8
9
import datetime
10
+import os
11
import pathlib
12
import sys
13
@@ -52,6 +53,9 @@
52
53
intersphinx_mapping = {"python": ("https://docs.python.org/3", None)}
54
master_doc = "index"
55
56
+# Set canonical URL from the Read the Docs Domain
57
+html_baseurl = os.environ.get("READTHEDOCS_CANONICAL_URL", "")
58
+
59
# -- Options for HTML output -------------------------------------------------
60
61
# The theme to use for HTML and HTML Help pages. See the documentation for
0 commit comments