Skip to content

Commit edfca36

Browse files
committed
Support passing full setting through
1 parent 5708f10 commit edfca36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/doc_builder/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ def load_yaml_config(version):
133133
parsing consistent between projects.
134134
"""
135135
checkout_path = version.project.checkout_path(version.slug)
136-
env_config = {}
137136

138137
# Get build image to set up the python version validation. Pass in the
139138
# build image python limitations to the loaded config so that the versions
@@ -148,6 +147,7 @@ def load_yaml_config(version):
148147
img_settings = DOCKER_IMAGE_SETTINGS.get(img_name, None)
149148
if img_settings:
150149
env_config.update(img_settings)
150+
env_config['DOCKER_IMAGE_SETTINGS'] = img_settings
151151

152152
try:
153153
sphinx_env_config = env_config.copy()

0 commit comments

Comments
 (0)