Added table of contents to epub.

This commit is contained in:
Mark Wolfman
2021-07-06 23:48:36 -05:00
parent b1e69182eb
commit 8a054b335f
6 changed files with 156 additions and 10 deletions
+1 -1
View File
@@ -279,7 +279,7 @@ def make_gm_sheet(
gm_props.pop("sheet_type")
if len(gm_props.keys()) > 0:
msg = f"Unhandled attributes in '{str(gm_file)}': {','.join(gm_props.keys())}"
log.warn(msg)
log.warning(msg)
warnings.warn(msg)
# Produce the combined output depending on the format requested
if output_format == "pdf":