Skip to content

Commit a74a9ca

Browse files
authored
Merge pull request #135 from scipp/fix-docs-external-links
Fix indentation of entries in related_projects in docs conf.py
2 parents 713c40f + 7c27c86 commit a74a9ca

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

template/docs/conf.py.jinja

+4-3
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,10 @@ html_theme_options = {
149149
"image_dark": "_static/logo-dark.svg",
150150
},
151151
"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 %}],
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 %}
155+
],
155156
"icon_links": [
156157
{
157158
"name": "GitHub",

0 commit comments

Comments
 (0)