summaryrefslogtreecommitdiffstats
path: root/porting/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'porting/conf.py')
-rw-r--r--porting/conf.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/porting/conf.py b/porting/conf.py
index cc4b09c..7d8c421 100644
--- a/porting/conf.py
+++ b/porting/conf.py
@@ -3,10 +3,10 @@ sys.path.append(os.path.abspath('../common/'))
from conf import *
-version = '1.0'
-release = '5.0'
-
latex_documents = [
- ('index', 'porting.tex', u'RTEMS Porting Guide', u'RTEMS Documentation Project', 'manual'),
+ ('index',
+ 'porting.tex',
+ u'RTEMS Porting Guide',
+ u'RTEMS Documentation Project',
+ 'manual'),
]
-