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

from conf import *

project = "RTEMS Software Engineering"

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