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

4.115
Last change on this file since f7dbf17 was f7dbf17, checked in by Chris Johns <chrisj@…>, on 11/09/16 at 05:53:20

cpu-supplement: Fix the project label.

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