source: rtems-docs/porting/conf.py @ 969e60e

5
Last change on this file since 969e60e was f97be09, checked in by Chris Johns <chrisj@…>, on 03/20/17 at 01:18:53

Use a single top level version number.

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