source: rtems-docs/book/conf.py @ 9aafb39

4.115
Last change on this file since 9aafb39 was 9b5801a, checked in by Amar Takhar <amar@…>, on 01/19/16 at 05:27:45

Add PDF generation support use with --pdf

  • Property mode set to 100644
File size: 220 bytes
Line 
1import sys, os
2sys.path.append(os.path.abspath('../common/'))
3
4from conf import *
5
6version = '1.0'
7release = '5.0'
8
9latex_documents = [
10        ('index', 'book.tex', u'RTEMS Book', u'RTEMS Documentation Project', 'manual'),
11]
12
Note: See TracBrowser for help on using the repository browser.