source: rtems-docs/posix-compliance/conf.py @ 42d50d7

5
Last change on this file since 42d50d7 was 55fcfaa, checked in by Chris Johns <chrisj@…>, on 10/13/17 at 04:31:50

posix-compliance: Fix the pdflatex file created by Sphinx.

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