summaryrefslogblamecommitdiffstats
path: root/bsp_howto/conf.py
blob: d2c57fea06cf69f48a315ff74a4bb8f9ab532a37 (plain) (tree)
1
2
3
4
5
6
7
8
9




                                              



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

from conf import *

version = '4.11.0'
release = '4.11.0'

project = "RTEMS BSP and Device Driver Development Guide"

latex_documents = [
	('index', 'bsp_howto.tex', u'RTEMS BSP and Device Driver Development Guide', u'RTEMS Documentation Project', 'manual'),
]