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