summaryrefslogtreecommitdiffstats
path: root/develenv/conf.py
blob: f902791ba9e8cbaffa481cdb9f03dc0514773c48 (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 Development Environment Guide"

latex_documents = [
    ('index',
     'develenv.tex',
     u'RTEMS Development Environment Guide',
     u'RTEMS Documentation Project',
     'manual'),
]