rtems-docs/eng/conf.py
Joel Sherrill 1ae5e889fb Initial start of converting the Word outline to Rest
Thanks to Scott Zemerick <scott.zemerick@tmctechnologies.com> for
the analysis and ideas that led to this.
2018-12-17 18:34:29 -06:00

15 lines
308 B
Python

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