@@ -539,16 +539,12 @@ def TEMPLATES(self):
539
539
},
540
540
}
541
541
542
- MULTIPLE_BUILD_SERVERS = [CELERY_DEFAULT_QUEUE ]
543
-
544
542
# Sentry
545
543
SENTRY_CELERY_IGNORE_EXPECTED = True
546
544
547
545
# Docker
548
546
DOCKER_ENABLE = False
549
547
DOCKER_SOCKET = 'unix:///var/run/docker.sock'
550
- # This settings has been deprecated in favor of DOCKER_IMAGE_SETTINGS
551
- DOCKER_BUILD_IMAGES = None
552
548
553
549
# User used to create the container.
554
550
# In production we use the same user than the one defined by the
@@ -923,19 +919,6 @@ def DOCKER_LIMITS(self):
923
919
GRAVATAR_DEFAULT_IMAGE = 'https://assets.readthedocs.org/static/images/silhouette.png' # NOQA
924
920
OAUTH_AVATAR_USER_DEFAULT_URL = GRAVATAR_DEFAULT_IMAGE
925
921
OAUTH_AVATAR_ORG_DEFAULT_URL = GRAVATAR_DEFAULT_IMAGE
926
- RESTRUCTUREDTEXT_FILTER_SETTINGS = {
927
- 'cloak_email_addresses' : True ,
928
- 'file_insertion_enabled' : False ,
929
- 'raw_enabled' : False ,
930
- 'strip_comments' : True ,
931
- 'doctitle_xform' : True ,
932
- 'sectsubtitle_xform' : True ,
933
- 'initial_header_level' : 2 ,
934
- 'report_level' : 5 ,
935
- 'syntax_highlight' : 'none' ,
936
- 'math_output' : 'latex' ,
937
- 'field_name_limit' : 50 ,
938
- }
939
922
REST_FRAMEWORK = {
940
923
'DEFAULT_FILTER_BACKENDS' : ('django_filters.rest_framework.DjangoFilterBackend' ,),
941
924
'DEFAULT_PAGINATION_CLASS' : 'rest_framework.pagination.LimitOffsetPagination' , # NOQA
0 commit comments