summaryrefslogtreecommitdiffstats
path: root/eclipse/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'eclipse/conf.py')
-rw-r--r--eclipse/conf.py11
1 files changed, 5 insertions, 6 deletions
diff --git a/eclipse/conf.py b/eclipse/conf.py
index 0af2bde..a66eeab 100644
--- a/eclipse/conf.py
+++ b/eclipse/conf.py
@@ -3,11 +3,10 @@ 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'),
-]
+latex_documents = [('index',
+ 'eclipse.tex',
+ u'RTEMS Eclipse Manual',
+ u'RTEMS Documentation Project',
+ 'manual')]