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