mirror of
https://git.rtems.org/rtems-docs/
synced 2025-10-19 05:22:32 +08:00
Rework how conf.py is handled.
Needed to switch due to increasing complexity.
This commit is contained in:
8
rtemsconfig/conf.py
Normal file
8
rtemsconfig/conf.py
Normal file
@@ -0,0 +1,8 @@
|
||||
import sys, os
|
||||
sys.path.append(os.path.abspath('../common/'))
|
||||
|
||||
from conf import *
|
||||
|
||||
version = '1.0'
|
||||
release = '5.0'
|
||||
|
Reference in New Issue
Block a user