summaryrefslogtreecommitdiffstats
path: root/networking/conf.py
blob: 2f1b64e3054052fe62c6459cce529d7a5ac596fb (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 Networking User Manual"

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