summaryrefslogblamecommitdiffstats
path: root/shell/conf.py
blob: 3b1b1ee331af0aeb4fcfe2ea1a87c951ca975f9f (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 Shell Manual"

latex_documents = [
	('index', 'shell.tex', u'RTEMS Shell Documentation', u'RTEMS Documentation Project', 'manual'),
]