source:
rtems-docs/rtemsconfig/conf.py
@
f97be09
Last change on this file since f97be09 was f97be09, checked in by Chris Johns <chrisj@…>, on 03/20/17 at 01:18:53 | |
---|---|
|
|
File size: 238 bytes |
Rev | Line | |
---|---|---|
[3a71759] | 1 | import sys, os |
2 | sys.path.append(os.path.abspath('../common/')) | |
3 | ||
4 | from conf import * | |
5 | ||
[9b5801a] | 6 | latex_documents = [ |
[f97be09] | 7 | ('index', |
8 | 'rtemsconfig.tex', | |
9 | u'RTEMS RTEMS Config Documentation', | |
10 | u'RTEMS Documentation Project', | |
11 | 'manual'), | |
[9b5801a] | 12 | ] |
Note: See TracBrowser
for help on using the repository browser.