Skip to content

Commit cbba66a

Browse files
committed
comment out external warning
1 parent 5cbb5b1 commit cbba66a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
# to the original conf.py template comments
103103
extensions.insert(0, "readthedocs_ext.readthedocs")
104104

105-
if os.environ.get("READTHEDOCS_VERSION_TYPE") == "external":
105+
if False and os.environ.get("READTHEDOCS_VERSION_TYPE") == "external":
106106
# Insert after the main extension
107107
extensions.insert(1, "readthedocs_ext.external_version_warning")
108108
readthedocs_vcs_url = (

0 commit comments

Comments
 (0)