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

from conf import *

extensions = ['sphinx.ext.imgmath', 'sphinxcontrib.bibtex']

version = '4.11.99'
release = '4.11.99'

project = "RTEMS Classic API Guide"

latex_documents = [
	('index', 'c-user.tex', u'RTEMS Classic API Guide', u'RTEMS Documentation Project', 'manual'),
]