summaryrefslogtreecommitdiffstats
path: root/rsb/conf.py
blob: aa400b032979a529b157262e9313b96d9b82c908 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
import sys, os
sys.path.append(os.path.abspath('../common/'))

from conf import *

version = '4.11.0'
release = '4.11.0'

project = "RTEMS Source Builder Manual"

latex_documents = [
	('index', 'rsb.tex', u'RTEMS Source Builder', u'RTEMS Documentation Project', 'manual'),
]