We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 713c40f + 7c27c86 commit a74a9caCopy full SHA for a74a9ca
template/docs/conf.py.jinja
@@ -149,9 +149,10 @@ html_theme_options = {
149
"image_dark": "_static/logo-dark.svg",
150
},
151
"external_links": [
152
- {% for link in related_projects.replace(' ', '').split(',')|sort -%}
153
- {"name": "{{ link }}", "url": "https://scipp.github.io{% if link == 'Scipp' %}{% else %}/{{ link|lower }}{% endif %}"},
154
- {% endfor %}],
+{% for link in related_projects.replace(' ', '').split(',')|sort -%}
+ {"name": "{{ link }}", "url": "https://scipp.github.io{% if link == 'Scipp' %}{% else %}/{{ link|lower }}{% endif %}"},
+{% endfor %}
155
+ ],
156
"icon_links": [
157
{
158
"name": "GitHub",
0 commit comments