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 --- cpu_supplement/conf.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cpu_supplement/conf.py') diff --git a/cpu_supplement/conf.py b/cpu_supplement/conf.py index 5e042a7..3c9c2f7 100644 --- a/cpu_supplement/conf.py +++ b/cpu_supplement/conf.py @@ -6,3 +6,7 @@ from conf import * version = '1.0' release = '5.0' +latex_documents = [ + ('index', 'cpu_supplement.tex', u'RTEMS CPU Supplement Documentation', u'RTEMS Documentation Project', 'manual'), +] + -- cgit v1.2.3