diff --git a/Doc/conf.py b/Doc/conf.py
index 2658b4e6ad867e..78e614088f57f4 100644
--- a/Doc/conf.py
+++ b/Doc/conf.py
@@ -340,10 +340,10 @@
# 'root_include_title': False, # We use the version switcher instead.
}
-if os.getenv("READTHEDOCS"):
- html_theme_options["hosted_on"] = (
- 'Read the Docs'
- )
+# if os.getenv("READTHEDOCS"):
+# html_theme_options["hosted_on"] = (
+# 'Read the Docs'
+# )
# Override stylesheet fingerprinting for Windows CHM htmlhelp to fix GH-91207
# https://github.com/python/cpython/issues/91207