summaryrefslogtreecommitdiffstats
path: root/c-user/conf.py
blob: eaf8e925b214934abc31a4fc49c1674af36190fa (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 C User Manual"

latex_documents = [
	('index', 'c-user.tex', u'RTEMS C User Documentation', u'RTEMS Documentation Project', 'manual'),
]