source: rtems-docs/bsp-howto/conf.py @ 72a62ad

4.115
Last change on this file since 72a62ad 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: 324 bytes
Line 
1import sys, os
2sys.path.append(os.path.abspath('../common/'))
3
4from conf import *
5
6version = '4.11.0'
7release = '4.11.0'
8
9project = "RTEMS BSP and Device Driver Development Guide"
10
11latex_documents = [
12        ('index', 'bsp-howto.tex', u'RTEMS BSP and Device Driver Development Guide', u'RTEMS Documentation Project', 'manual'),
13]
Note: See TracBrowser for help on using the repository browser.