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

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