source:
rtems-docs/rtemsconfig/conf.py
@
228560f
Last change on this file since 228560f was f97be09, checked in by Chris Johns <chrisj@…>, on 03/20/17 at 01:18:53 | |
---|---|
|
|
File size: 238 bytes |
Line | |
---|---|
1 | import sys, os |
2 | sys.path.append(os.path.abspath('../common/')) |
3 | |
4 | from conf import * |
5 | |
6 | latex_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.