summaryrefslogblamecommitdiffstats
path: root/c-user/conf.py
blob: e2c27910caf4a5284ee19c3ded266f3db6cb3248 (plain) (tree)
1
2
3
4
5
6
7
8




                                              
                                   

                   




                                    
 
import sys, os
sys.path.append(os.path.abspath('../common/'))

from conf import *

project = "RTEMS Classic API Guide"

latex_documents = [
    ('index',
     'c-user.tex',
     u'RTEMS Classic API Guide',
     u'RTEMS Documentation Project',
     'manual'),
]