source: rtems-docs/posix-users/conf.py @ 7193f09

5
Last change on this file since 7193f09 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: 280 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 POSIX API Guide"
10
11latex_documents = [
12        ('index', 'posix-users.tex', u'RTEMS POSIX API Guide', u'RTEMS Documentation Project', 'manual'),
13]
Note: See TracBrowser for help on using the repository browser.