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 5cbb5b1 commit cbba66aCopy full SHA for cbba66a
docs/conf.py
@@ -102,7 +102,7 @@
102
# to the original conf.py template comments
103
extensions.insert(0, "readthedocs_ext.readthedocs")
104
105
- if os.environ.get("READTHEDOCS_VERSION_TYPE") == "external":
+ if False and os.environ.get("READTHEDOCS_VERSION_TYPE") == "external":
106
# Insert after the main extension
107
extensions.insert(1, "readthedocs_ext.external_version_warning")
108
readthedocs_vcs_url = (
0 commit comments