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

4.115
Last change on this file since 6916004 was 6916004, checked in by Chris Johns <chrisj@…>, on 11/09/16 at 01:39:16

cpu-supplement: Fix header levels.

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