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 --- c_user/conf.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 c_user/conf.py (limited to 'c_user/conf.py') diff --git a/c_user/conf.py b/c_user/conf.py new file mode 100644 index 0000000..7956468 --- /dev/null +++ b/c_user/conf.py @@ -0,0 +1,12 @@ +import sys, os +sys.path.append(os.path.abspath('../common/')) + +from conf import * + +version = '1.0' +release = '5.0' + +latex_documents = [ + ('index', 'c_user.tex', u'RTEMS C User Documentation', u'RTEMS Documentation Project', 'manual'), +] + -- cgit v1.2.3