source:
rtems-docs/cpu-supplement/conf.py
@
f97be09
Last change on this file since f97be09 was f97be09, checked in by Chris Johns <chrisj@…>, on Mar 20, 2017 at 1:18:53 AM | |
---|---|
|
|
File size: 289 bytes |
Rev | Line | |
---|---|---|
[3a71759] | 1 | import sys, os |
2 | sys.path.append(os.path.abspath('../common/')) | |
3 | ||
4 | from conf import * | |
5 | ||
[7193f09] | 6 | project = "RTEMS CPU Architecture Supplement" |
[f7dbf17] | 7 | |
[9b5801a] | 8 | latex_documents = [ |
[f97be09] | 9 | ('index', |
10 | 'cpu-supplement.tex', | |
11 | u'RTEMS CPU Architecture Supplement', | |
12 | u'RTEMS Documentation Project', | |
13 | 'manual'), | |
[9b5801a] | 14 | ] |
Note: See TracBrowser
for help on using the repository browser.