Skip to content

Commit 92e95ce

Browse files
committed
Keep MEDIA_URL just in case
- This may be removed when the new theme context is implemented https://docs.readthedocs.io/en/latest/design/theme-context.html
1 parent c7deb3a commit 92e95ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

readthedocs/doc_builder/templates/doc_builder/conf.py.tmpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ context = {
7676
'html_theme': html_theme,
7777
'current_version': "{{ version.verbose_name }}",
7878
'version_slug': "{{ version.slug }}",
79+
'MEDIA_URL': "{{ settings.MEDIA_URL }}",
7980
'STATIC_URL': "{{ settings.STATIC_URL }}",
8081
'PRODUCTION_DOMAIN': "{{ settings.PRODUCTION_DOMAIN }}",
8182
'versions': [{% for version in versions %}

0 commit comments

Comments
 (0)