source: rtems-docs/shell/conf.py @ 876035b

5
Last change on this file since 876035b was 7193f09, checked in by Joel Sherrill <joel@…>, on 01/12/17 at 01:01:20

Update document titles for consistency

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