summaryrefslogtreecommitdiffstats
path: root/user/conf.py
diff options
context:
space:
mode:
authorAmar Takhar <amar@rtems.org>2016-01-18 00:05:50 -0500
committerAmar Takhar <verm@darkbeer.org>2016-05-02 20:51:24 -0400
commit3a717592a9d13f7668c7fd3f9638adcc197d873d (patch)
tree6501d65ad6faba8e19be7f3c8d34f66536a70ec6 /user/conf.py
parentFix rtemsconfig building. (diff)
downloadrtems-docs-3a717592a9d13f7668c7fd3f9638adcc197d873d.tar.bz2
Rework how conf.py is handled.
Needed to switch due to increasing complexity.
Diffstat (limited to 'user/conf.py')
-rw-r--r--user/conf.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/user/conf.py b/user/conf.py
new file mode 100644
index 0000000..5e042a7
--- /dev/null
+++ b/user/conf.py
@@ -0,0 +1,8 @@
+import sys, os
+sys.path.append(os.path.abspath('../common/'))
+
+from conf import *
+
+version = '1.0'
+release = '5.0'
+