source: rtems-docs/c-user/conf.py @ 8127604

4.11
Last change on this file since 8127604 was 8127604, checked in by Chris Johns <chrisj@…>, on 03/20/17 at 00:42:56

Use a single top level version number.

Fix the path in the catalogue links to allow prefix testing on a local
disk.

Close #2940.

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