summaryrefslogblamecommitdiffstats
path: root/bsp-howto/conf.py
blob: f5fb8591139f3003cb8d26f0f4f88132f4a400da (plain) (tree)
1
2
3
4
5
6
7
8
9
10
              
                                                 


                  
                                      
 
                   

                     
                                   

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

from conf import *

project = "RTEMS BSP and Driver Guide"

latex_documents = [
    ('index',
     'bsp-howto.tex',
     u'RTEMS BSP and Driver Guide',
     u'RTEMS Documentation Project',
     'manual'),
]