diff --git a/pipeline/instance.py b/pipeline/instance.py index cf10654b..953c6521 100644 --- a/pipeline/instance.py +++ b/pipeline/instance.py @@ -90,7 +90,7 @@ def _build_simple_instances(self, docpath:str, instances_ids:List, schemadir:str doc = RstCloth(output_file, line_width=100000) doc.heading(f"{title_CamelCase}", char="#", overline=True) doc.newline() - doc.content(f"Related schema specification: `{title_CamelCase} <{schema_link}>`") + doc.content(f"Related schema specification: `{title_CamelCase} <{schema_link}>`_") doc.newline() doc.content("------------") doc.newline()