Merge remote-tracking branch 'origin' into tests
This commit is contained in:
commit
bb4cfa962a
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ def export_pdf(content, config):
|
|||
os.path.join(os.path.abspath(config['output_dir']), 'output.pdf'),
|
||||
options=PDF_OPTIONS,
|
||||
cover=FILE_NAME_FORMAT.format('cover'),
|
||||
toc=TOC_OPTIONS if config['toc'] else {},
|
||||
toc=TOC_OPTIONS if config.get('toc') else {},
|
||||
cover_first=True
|
||||
)
|
||||
if not render_ok:
|
||||
|
|
Reference in a new issue