summaryrefslogblamecommitdiffstats
path: root/c-user/conf.py
blob: 18b320670893d8ed66be2c149632ebeb3d7acfe7 (plain) (tree)
1
2
3
4
5
6
7
8
9




                                              
                                                           
 

                   
 
                                   

                   
                                                                                                      
 
import sys, os
sys.path.append(os.path.abspath('../common/'))

from conf import *

extensions = ['sphinx.ext.mathjax', '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'),
]