source: rtems-docs/eng/conf.py @ 1ff876a

5
Last change on this file since 1ff876a was bb564b7, checked in by Sebastian Huber <sebastian.huber@…>, on 03/14/19 at 10:16:42

eng: Change title to RTEMS Software Engineering

Use a shorter title so that the PDF page header fits into one line.

  • Property mode set to 100644
File size: 267 bytes
Line 
1import sys, os
2sys.path.insert(0, os.path.abspath('../common/'))
3
4from conf import *
5
6project = "RTEMS Software Engineering"
7
8latex_documents = [
9    ('index',
10     'eng.tex',
11     u'RTEMS Software Engineering',
12     u'RTEMS Documentation Project',
13     'manual'),
14]
Note: See TracBrowser for help on using the repository browser.