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 5708f10 commit edfca36Copy full SHA for edfca36
readthedocs/doc_builder/config.py
@@ -133,7 +133,6 @@ def load_yaml_config(version):
133
parsing consistent between projects.
134
"""
135
checkout_path = version.project.checkout_path(version.slug)
136
- env_config = {}
137
138
# Get build image to set up the python version validation. Pass in the
139
# build image python limitations to the loaded config so that the versions
@@ -148,6 +147,7 @@ def load_yaml_config(version):
148
147
img_settings = DOCKER_IMAGE_SETTINGS.get(img_name, None)
149
if img_settings:
150
env_config.update(img_settings)
+ env_config['DOCKER_IMAGE_SETTINGS'] = img_settings
151
152
try:
153
sphinx_env_config = env_config.copy()
0 commit comments