source: rtems-docs/shell/conf.py @ 9aafb39

4.115
Last change on this file since 9aafb39 was e9c2b7a, checked in by Chris Johns <chrisj@…>, on 03/16/16 at 23:30:29

Update version numbers and the titles.

  • Property mode set to 100644
File size: 273 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 Shell Manual"
10
11latex_documents = [
12        ('index', 'shell.tex', u'RTEMS Shell Documentation', u'RTEMS Documentation Project', 'manual'),
13]
Note: See TracBrowser for help on using the repository browser.