Merge pull request #315 from ginggs/patch-1

add SOURCELINK_SUFFIX for compatibility with Sphinx 1.5
pull/335/head
Jelmer Vernooij 7 years ago committed by GitHub
commit a23317818f

@ -10,7 +10,8 @@
VERSION: '{{ release|e }}',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '{{ '' if no_search_suffix else file_suffix }}',
HAS_SOURCE: {{ has_source|lower }}
HAS_SOURCE: {{ has_source|lower }},
SOURCELINK_SUFFIX: '{{ sourcelink_suffix }}'
};
</script>
{%- for scriptfile in script_files %}

Loading…
Cancel
Save