summaryrefslogtreecommitdiffstats
path: root/eclipse/conf.py
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-05-20 13:03:46 +1000
committerChris Johns <chrisj@rtems.org>2016-05-20 13:03:46 +1000
commit54514fe292ba50800776b8b1e2cc592e2392cdd4 (patch)
tree96125c69838f653fc516c4362ea6df89a21b792c /eclipse/conf.py
parentSet SPDX License Identifier in each source file. (diff)
downloadrtems-docs-54514fe292ba50800776b8b1e2cc592e2392cdd4.tar.bz2
Add Eclipse user manual for RTEMS.
Diffstat (limited to 'eclipse/conf.py')
-rw-r--r--eclipse/conf.py13
1 files changed, 13 insertions, 0 deletions
diff --git a/eclipse/conf.py b/eclipse/conf.py
new file mode 100644
index 0000000..0af2bde
--- /dev/null
+++ b/eclipse/conf.py
@@ -0,0 +1,13 @@
+import sys, os
+sys.path.append(os.path.abspath('../common/'))
+
+from conf import *
+
+version = '4.11.0'
+release = '4.11.0'
+
+project = "RTEMS Eclipse Manual"
+
+latex_documents = [
+ ('index', 'eclipse.tex', u'RTEMS Eclipse Manual', u'RTEMS Documentation Project', 'manual'),
+]