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 dbac88c commit f872422Copy full SHA for f872422
1 file changed
doc/conf.py
@@ -378,6 +378,9 @@ def is_readthedocs_build():
378
379
# -- Options for HTML output ----------------------------------------------
380
381
+# See RTD document for the effect of using canonical URL on SEO.
382
+html_baseurl: str = os.environ.get("READTHEDOCS_CANONICAL_URL", "")
383
+
384
# The theme to use for HTML and HTML Help pages. See the documentation for
385
# a list of builtin themes.
386
html_theme = "sphinx_rtd_theme"
0 commit comments