summaryrefslogtreecommitdiffstats
path: root/shell/conf.py
blob: ca84ce02db4c56f2ea7975c77447e668670a4947 (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 Shell Guide"

latex_documents = [
    ('index',
     'shell.tex',
     u'RTEMS Shell Guide',
     u'RTEMS Documentation Project',
     'manual'),
]