Skip to content

Commit b3128ae

Browse files
committed
external version feature flag fix
1 parent 008051a commit b3128ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/projects/models.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1407,7 +1407,7 @@ def add_features(sender, **kwargs):
14071407
SHARE_SPHINX_DOCTREE = 'share_sphinx_doctree'
14081408
DEFAULT_TO_MKDOCS_0_17_3 = 'default_to_mkdocs_0_17_3'
14091409
CLEAN_AFTER_BUILD = 'clean_after_build'
1410-
EXTERNAL_VERSION_BUILD = 'enable_external_version_build'
1410+
EXTERNAL_VERSION_BUILD = 'external_version_build'
14111411
UPDATE_CONDA_STARTUP = 'update_conda_startup'
14121412

14131413
FEATURES = (

0 commit comments

Comments
 (0)