Skip to content

Commit 5094e8b

Browse files
committed
Allow BUILD_IMAGES to be updated from a setting
Fixes #3524
1 parent 90ac70d commit 5094e8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

readthedocs/doc_builder/constants.py

+1
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,4 @@
3939
'python': {'supported_versions': [2, 2.7, 3, 3.3, 3.4, 3.5, 3.6]},
4040
},
4141
}
42+
BUILD_IMAGES.update(getattr(settings, 'BUILD_IMAGES', {}))

0 commit comments

Comments
 (0)