summaryrefslogtreecommitdiffstats
path: root/legacy-networking/conf.py
blob: 98a06b64912df2ab809c9b4d21f617801dea4397 (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 Legacy Networking User Manual"

latex_documents = [
    ('index',
     'legacy-networking.tex',
     u'RTEMS Legacy Networking User Manual',
     u'RTEMS Documentation Project',
     'manual'),
]