rtems-docs/shell/conf.py
2017-03-20 12:18:53 +11:00

15 lines
248 B
Python

import sys, os
sys.path.append(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'),
]