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 a705f9d commit eb7c4b2Copy full SHA for eb7c4b2
readthedocs/doc_builder/config.py
@@ -112,10 +112,8 @@ def formats(self):
112
def build_image(self):
113
if self._project.container_image:
114
# Allow us to override per-project still
115
- assert 'readthedocs/build' in self._project.container_image, (
116
- 'container image must be fully qualified')
117
return self._project.container_image
118
- return 'readthedocs/build:{}'.format(self._yaml_config['build']['image'])
+ return self._yaml_config['build']['image']
119
120
# Not implemented until we figure out how to keep in sync with the webs.
121
# Probably needs to be version-specific as well, not project.
0 commit comments