Skip to content

Commit 5963236

Browse files
ansMHanmerPProfizi
authored andcommitted
Remove space in toc.yml generation
1 parent 8e10219 commit 5963236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/operators_doc/toc_template.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
- name: Introduction
22
href: index.md
3-
{% for category in data %}
3+
{% for category in data -%}
44
- name: {{ category.category }}
55
items:{% for operator in category.operators %}
66
- name: {{ operator.operator_name }}

0 commit comments

Comments
 (0)