summaryrefslogtreecommitdiffstats
path: root/c_user/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'c_user/conf.py')
-rw-r--r--c_user/conf.py12
1 files changed, 12 insertions, 0 deletions
diff --git a/c_user/conf.py b/c_user/conf.py
new file mode 100644
index 0000000..7956468
--- /dev/null
+++ b/c_user/conf.py
@@ -0,0 +1,12 @@
+import sys, os
+sys.path.append(os.path.abspath('../common/'))
+
+from conf import *
+
+version = '1.0'
+release = '5.0'
+
+latex_documents = [
+ ('index', 'c_user.tex', u'RTEMS C User Documentation', u'RTEMS Documentation Project', 'manual'),
+]
+