rtems-docs/eng/conf.py
Sebastian Huber bb564b7fc3 eng: Change title to RTEMS Software Engineering
Use a shorter title so that the PDF page header fits into one line.
2019-03-27 07:30:35 +01:00

15 lines
267 B
Python

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