source: rtems-docs/c-user/conf.py @ a17535d

5
Last change on this file since a17535d was a17535d, checked in by Sebastian Huber <sebastian.huber@…>, on 01/30/17 at 12:51:57

c-user: Add timer and timeouts key concept

Update #2554.

  • Property mode set to 100644
File size: 340 bytes
Line 
1import sys, os
2sys.path.append(os.path.abspath('../common/'))
3
4from conf import *
5
6extensions = ['sphinx.ext.imgmath', 'sphinxcontrib.bibtex']
7
8version = '4.11.99'
9release = '4.11.99'
10
11project = "RTEMS Classic API Guide"
12
13latex_documents = [
14        ('index', 'c-user.tex', u'RTEMS Classic API Guide', u'RTEMS Documentation Project', 'manual'),
15]
Note: See TracBrowser for help on using the repository browser.