source: rtems-docs/eng/conf.py @ 4ff3787

5
Last change on this file since 4ff3787 was 4ff3787, checked in by Marçal Comajoan Cara <mcomajoancara@…>, on 12/02/18 at 23:02:40

eng/conf.py: Use new short name of SW Eng Handbook

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