summaryrefslogtreecommitdiffstats
path: root/eng/conf.py
blob: a4da3ffd1f95372dd0279468eaf0f8a80eccd555 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import sys, os
sys.path.append(os.path.abspath('../common/'))

from conf import *

project = "RTEMS Software Engineering Handbook"

latex_documents = [
    ('index',
     'software-engineering-handbook.tex',
     u'RTEMS Software Engineering Handbook',
     u'RTEMS Documentation Project',
     'manual'),
]