source: rtems-docs/porting/conf.py @ f916fca

4.115
Last change on this file since f916fca was 3a71759, checked in by Amar Takhar <amar@…>, on 01/18/16 at 05:05:50

Rework how conf.py is handled.

Needed to switch due to increasing complexity.

  • Property mode set to 100644
File size: 116 bytes
RevLine 
[3a71759]1import sys, os
2sys.path.append(os.path.abspath('../common/'))
3
4from conf import *
5
6version = '1.0'
7release = '5.0'
8
Note: See TracBrowser for help on using the repository browser.