Skip to content

Commit bb7e9b6

Browse files
committed
Remove old docker settings
This will stop them from validating in the config, since we are removing them from the build servers. We have never supported or documented the support for pinning to a specific version, so I think this should be safe.
1 parent 50c63f7 commit bb7e9b6

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

readthedocs/settings/base.py

-27
Original file line numberDiff line numberDiff line change
@@ -370,33 +370,6 @@ def USE_PROMOS(self): # noqa
370370
DOCKER_DEFAULT_VERSION = 'latest'
371371
DOCKER_IMAGE = '{}:{}'.format(DOCKER_DEFAULT_IMAGE, DOCKER_DEFAULT_VERSION)
372372
DOCKER_IMAGE_SETTINGS = {
373-
'readthedocs/build:1.0': {
374-
'python': {
375-
'supported_versions': [2, 2.7, 3, 3.4],
376-
'default_version': {
377-
2: 2.7,
378-
3: 3.4,
379-
},
380-
},
381-
},
382-
'readthedocs/build:2.0': {
383-
'python': {
384-
'supported_versions': [2, 2.7, 3, 3.5],
385-
'default_version': {
386-
2: 2.7,
387-
3: 3.5,
388-
},
389-
},
390-
},
391-
'readthedocs/build:3.0': {
392-
'python': {
393-
'supported_versions': [2, 2.7, 3, 3.3, 3.4, 3.5, 3.6],
394-
'default_version': {
395-
2: 2.7,
396-
3: 3.6,
397-
},
398-
},
399-
},
400373
'readthedocs/build:4.0': {
401374
'python': {
402375
'supported_versions': [2, 2.7, 3, 3.5, 3.6, 3.7],

0 commit comments

Comments
 (0)