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 9cfb649 commit 6b92e07Copy full SHA for 6b92e07
docs/conf.py
@@ -65,6 +65,13 @@
65
66
templates_path = ["_templates"]
67
68
+# This may be elevated as a general issue for documentation and behavioral
69
+# change to the Sphinx build:
70
+# This will ensure that we use the correctly set environment for canonical URLs
71
+# Old Read the Docs injections makes it point only to the default version,
72
+# for instance /en/stable/
73
+html_baseurl = os.environment.get("READTHEDOCS_CANONICAL_URL")
74
+
75
master_doc = "index"
76
copyright = "Read the Docs, Inc & contributors"
77
version = "9.10.0"
0 commit comments