rtems-docs/eng/conf.py
2018-12-17 18:45:49 -06:00

15 lines
282 B
Python

import sys, os
sys.path.append(os.path.abspath('../common/'))
from conf import *
project = "RTEMS Software Engineering Handbook"
latex_documents = [
('index',
'eng.tex',
u'RTEMS Software Engineering Handbook',
u'RTEMS Documentation Project',
'manual'),
]