source: rtems-docs/posix_users/conf.py @ 36def91

4.115
Last change on this file since 36def91 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: 288 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 POSIX User Manual"
10
11latex_documents = [
12        ('index', 'posix_users.tex', u'RTEMS POSIX API User\'s Guide', u'RTEMS Documentation Project', 'manual'),
13]
Note: See TracBrowser for help on using the repository browser.