summaryrefslogtreecommitdiffstats
path: root/porting/conf.py
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2017-03-20 11:42:56 +1100
committerChris Johns <chrisj@rtems.org>2017-03-20 11:42:56 +1100
commit81276042d235328168d75c6a736a9882244e8286 (patch)
treeb6d439bfb592c557fc788f8a88bbb52ddbd2343d /porting/conf.py
parentwaf: Put back the 4.11 branch version. (diff)
downloadrtems-docs-81276042d235328168d75c6a736a9882244e8286.tar.bz2
Use a single top level version number.
Fix the path in the catalogue links to allow prefix testing on a local disk. Close #2940.
Diffstat (limited to '')
-rw-r--r--porting/conf.py12
1 files changed, 5 insertions, 7 deletions
diff --git a/porting/conf.py b/porting/conf.py
index 8ccb18f..9e26b43 100644
--- a/porting/conf.py
+++ b/porting/conf.py
@@ -3,10 +3,8 @@ sys.path.append(os.path.abspath('../common/'))
from conf import *
-version = '1.0'
-release = '5.0'
-
-latex_documents = [
- ('index', 'porting.tex', u'RTEMS Porting Documentation', u'RTEMS Documentation Project', 'manual'),
-]
-
+latex_documents = [('index',
+ 'porting.tex',
+ u'RTEMS Porting Documentation',
+ u'RTEMS Documentation Project',
+ 'manual')]