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




                                              




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

from conf import *

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