From 9b5801a6e6c80379b79a799a9484cfefb4cebec3 Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Tue, 19 Jan 2016 00:27:45 -0500 Subject: Add PDF generation support use with --pdf --- common/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/conf.py') diff --git a/common/conf.py b/common/conf.py index f50c259..ded57d1 100644 --- a/common/conf.py +++ b/common/conf.py @@ -188,7 +188,7 @@ latex_elements = { latex_use_parts = True -latex_additional_files = ['rtems.sty', 'logo.pdf'] +latex_additional_files = ['../common/rtemsstyle.sty', '../common/logo.pdf'] latex_use_modindex = False -- cgit v1.2.3