5
Last change
on this file since 0e46b34 was
ac0eaff,
checked in by Chris Johns <chrisj@…>, on 11/13/17 at 00:51:23
|
Use '.. toctree::' and not '.. include::' in the User Manual.
- Change all suitable '.. include::' to TOC tree.
- Remove unused and not needed sections.
- Fix the conf.py to not exclude some files.
Close #3232.
|
-
Property mode set to
100644
|
File size:
247 bytes
|
Line | |
---|
1 | import sys, os |
---|
2 | sys.path.append(os.path.abspath('../common/')) |
---|
3 | |
---|
4 | from conf import * |
---|
5 | |
---|
6 | project = "RTEMS User Manual" |
---|
7 | |
---|
8 | latex_documents = [ |
---|
9 | ('index', |
---|
10 | 'user.tex', |
---|
11 | u'RTEMS User Manual', |
---|
12 | u'RTEMS Documentation Project', |
---|
13 | 'manual'), |
---|
14 | ] |
---|
Note: See
TracBrowser
for help on using the repository browser.