source: rtems-docs/rtemsconfig/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: 291 bytes
Line 
1import sys, os
2sys.path.append(os.path.abspath('../common/'))
3
4from conf import *
5
6latex_documents = [('index',
7                    'rtemsconfig.tex',
8                    u'RTEMS RTEMS Config Documentation',
9                    u'RTEMS Documentation Project',
10                    'manual')]
Note: See TracBrowser for help on using the repository browser.