summaryrefslogblamecommitdiffstats
path: root/shell/conf.py
blob: a593dbdd3a3963197b2368d116eaa5eb8b2be855 (plain) (tree)
1
2
3
4
5
6
7




                                              
                              
 




                                                   
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')]