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

4.115
Last change on this file since cc1d3fa was 72a62ad, checked in by Chris Johns <chrisj@…>, on 11/03/16 at 05:58:08

Rename all manuals with an _ to have a -. It helps released naming of files.

  • Property mode set to 100644
File size: 253 bytes
RevLine 
[3a71759]1import sys, os
2sys.path.append(os.path.abspath('../common/'))
3
4from conf import *
5
6version = '1.0'
7release = '5.0'
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.