source: rtems-docs/cpu-supplement/conf.py @ d8beaab

5
Last change on this file since d8beaab was 45dc7c7, checked in by Sebastian Huber <sebastian.huber@…>, on 12/21/16 at 10:29:35

Update version/revision to 4.11.99

  • Property mode set to 100644
File size: 305 bytes
RevLine 
[3a71759]1import sys, os
2sys.path.append(os.path.abspath('../common/'))
3
4from conf import *
5
6version = '1.0'
[45dc7c7]7release = '4.11.99'
[3a71759]8
[f7dbf17]9project = "RTEMS CPU Supplement Documentation"
10
[9b5801a]11latex_documents = [
[72a62ad]12        ('index', 'cpu-supplement.tex', u'RTEMS CPU Supplement Documentation', u'RTEMS Documentation Project', 'manual'),
[9b5801a]13]
Note: See TracBrowser for help on using the repository browser.