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

from conf import *

version = '1.0'
release = '5.0'

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