Skip to content

Commit

Permalink
Set depth as 50
Browse files Browse the repository at this point in the history
  • Loading branch information
stsewd committed Nov 30, 2018
1 parent e103d29 commit 2b4b2c8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions readthedocs/config/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,25 +55,25 @@
INVALID_KEYS_COMBINATION = 'invalid-keys-combination'
INVALID_KEY = 'invalid-key'

DOCKER_DEFAULT_IMAGE = 'readthedocs/build'
DOCKER_DEFAULT_IMAGE = 'readthedocs/build-dev'
DOCKER_DEFAULT_VERSION = '2.0'
# These map to corresponding settings in the .org,
# so they haven't been renamed.
DOCKER_IMAGE = '{}:{}'.format(DOCKER_DEFAULT_IMAGE, DOCKER_DEFAULT_VERSION)
DOCKER_IMAGE_SETTINGS = {
'readthedocs/build:1.0': {
'readthedocs/build-dev:1.0': {
'python': {'supported_versions': [2, 2.7, 3, 3.4]},
},
'readthedocs/build:2.0': {
'readthedocs/build-dev:2.0': {
'python': {'supported_versions': [2, 2.7, 3, 3.5]},
},
'readthedocs/build:3.0': {
'readthedocs/build-dev:3.0': {
'python': {'supported_versions': [2, 2.7, 3, 3.3, 3.4, 3.5, 3.6]},
},
'readthedocs/build:stable': {
'readthedocs/build-dev:stable': {
'python': {'supported_versions': [2, 2.7, 3, 3.3, 3.4, 3.5, 3.6]},
},
'readthedocs/build:latest': {
'readthedocs/build-dev:latest': {
'python': {'supported_versions': [2, 2.7, 3, 3.3, 3.4, 3.5, 3.6]},
},
}
Expand Down

0 comments on commit 2b4b2c8

Please sign in to comment.