summaryrefslogtreecommitdiffstats
path: root/shell/conf.py
blob: a593dbdd3a3963197b2368d116eaa5eb8b2be855 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
import sys, os
sys.path.append(os.path.abspath('../common/'))

from conf import *

project = "RTEMS Shell Manual"

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