source: rtems-docs/rtemsconfig/conf.py @ ad5d632

5
Last change on this file since ad5d632 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: 238 bytes
Line 
1import sys, os
2sys.path.append(os.path.abspath('../common/'))
3
4from conf import *
5
6latex_documents = [
7    ('index',
8     'rtemsconfig.tex',
9     u'RTEMS RTEMS Config Documentation',
10     u'RTEMS Documentation Project',
11     'manual'),
12]
Note: See TracBrowser for help on using the repository browser.