We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e6ea91 commit 0cc4c41Copy full SHA for 0cc4c41
pipeline/instance.py
@@ -90,7 +90,7 @@ def _build_simple_instances(self, docpath:str, instances_ids:List, schemadir:str
90
doc = RstCloth(output_file, line_width=100000)
91
doc.heading(f"{title_CamelCase}", char="#", overline=True)
92
doc.newline()
93
- doc.content(f"Related schema specification: `{title_CamelCase} <{schema_link}>`")
+ doc.content(f"Related schema specification: `{title_CamelCase} <{schema_link}>`_")
94
95
doc.content("------------")
96
0 commit comments