Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7865d3 commit 1cce7d3Copy full SHA for 1cce7d3
1 file changed
doc/_templates/layout.html
@@ -82,7 +82,8 @@ <h3>{{ _('Navigation') }}</h3>
82
VERSION: '{{ release|e }}',
83
COLLAPSE_INDEX: false,
84
FILE_SUFFIX: '{{ '' if no_search_suffix else file_suffix }}',
85
- HAS_SOURCE: {{ has_source|lower }}
+ HAS_SOURCE: {{ has_source|lower }},
86
+ SOURCELINK_SUFFIX: '{{ sourcelink_suffix }}'
87
};
88
</script>
89
{%- for scriptfile in script_files %}
0 commit comments