source:
rtems-docs/user/conf.py
Last change on this file was 6f110cc, checked in by Sebastian Huber <sebastian.huber@…>, on 02/08/19 at 08:41:45 | |
---|---|
|
|
File size: 250 bytes |
Rev | Line | |
---|---|---|
[3a71759] | 1 | import sys, os |
[6f110cc] | 2 | sys.path.insert(0, os.path.abspath('../common/')) |
[3a71759] | 3 | |
4 | from conf import * | |
5 | ||
[c05e43b] | 6 | project = "RTEMS User Manual" |
7 | ||
[9b5801a] | 8 | latex_documents = [ |
[f97be09] | 9 | ('index', |
10 | 'user.tex', | |
11 | u'RTEMS User Manual', | |
12 | u'RTEMS Documentation Project', | |
13 | 'manual'), | |
[9b5801a] | 14 | ] |
Note: See TracBrowser
for help on using the repository browser.