summaryrefslogblamecommitdiffstats
path: root/eng/conf.py
blob: eb838fdd49874050225703c53ef8f0b1a8ea9e16 (plain) (tree)
1
2
3
4
5
6
7
8
9
              
                                                 






                                               
               



                                            
import sys, os
sys.path.insert(0, os.path.abspath('../common/'))

from conf import *

project = "RTEMS Software Engineering Handbook"

latex_documents = [
    ('index',
     'eng.tex',
     u'RTEMS Software Engineering Handbook',
     u'RTEMS Documentation Project',
     'manual'),
]