Skip to content

Commit eb7c4b2

Browse files
committed
A bit more clenaup
1 parent a705f9d commit eb7c4b2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

readthedocs/doc_builder/config.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,8 @@ def formats(self):
112112
def build_image(self):
113113
if self._project.container_image:
114114
# Allow us to override per-project still
115-
assert 'readthedocs/build' in self._project.container_image, (
116-
'container image must be fully qualified')
117115
return self._project.container_image
118-
return 'readthedocs/build:{}'.format(self._yaml_config['build']['image'])
116+
return self._yaml_config['build']['image']
119117

120118
# Not implemented until we figure out how to keep in sync with the webs.
121119
# Probably needs to be version-specific as well, not project.

0 commit comments

Comments
 (0)