summaryrefslogtreecommitdiff
path: root/newlib-tester/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'newlib-tester/conf.py')
-rw-r--r--newlib-tester/conf.py14
1 files changed, 14 insertions, 0 deletions
diff --git a/newlib-tester/conf.py b/newlib-tester/conf.py
new file mode 100644
index 0000000..2d083e4
--- /dev/null
+++ b/newlib-tester/conf.py
@@ -0,0 +1,14 @@
+import sys, os
+sys.path.append(os.path.abspath('../common/'))
+
+from conf import *
+
+project = "RTEMS Newlib Rest Tester"
+
+latex_documents = [
+ ('index',
+ 'newlib-tester.tex',
+ u'RTEMS Newlib RTEMS Tester',
+ u'RTEMS Documentation Project',
+ 'manual'),
+]