File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 141141 "mermaid" : ".//mermaid" ,
142142 "myopenmath" : ".//myopenmath" ,
143143 "dynamic-subs" : ".//statement[.//fillin and ancestor::exercise/evaluation]" ,
144- "references" : ".//biblio"
144+ "references" : ".//biblio" ,
145145}
146146ASSETS = ["ALL" ] + list (ASSET_TO_XPATH .keys ())
147147
Original file line number Diff line number Diff line change @@ -1209,7 +1209,7 @@ def generate_assets(
12091209 log .error (f"Unable to generate some datafiles:\n { e } " )
12101210 log .debug (e , exc_info = True )
12111211 # The following code will eventually be needed, but for now, we leave as a placeholder.
1212- #if "references" in assets_to_generate and debug_references:
1212+ # if "references" in assets_to_generate and debug_references:
12131213 # try:
12141214 # core.references(
12151215 # xml_source=self.source_abspath(),
You can’t perform that action at this time.
0 commit comments