rtems-docs/user/conf.py
Chris Johns ac0eaff941 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.
2017-11-13 11:51:23 +11:00

15 lines
247 B
Python

import sys, os
sys.path.append(os.path.abspath('../common/'))
from conf import *
project = "RTEMS User Manual"
latex_documents = [
('index',
'user.tex',
u'RTEMS User Manual',
u'RTEMS Documentation Project',
'manual'),
]