summaryrefslogtreecommitdiffstats
path: root/bsp-howto/conf.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bsp-howto/conf.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/bsp-howto/conf.py b/bsp-howto/conf.py
index 6367d64..721f63f 100644
--- a/bsp-howto/conf.py
+++ b/bsp-howto/conf.py
@@ -3,11 +3,12 @@ sys.path.append(os.path.abspath('../common/'))
from conf import *
-version = '4.11.99'
-release = '4.11.99'
-
project = "RTEMS BSP and Device Driver Development Guide"
latex_documents = [
- ('index', 'bsp-howto.tex', u'RTEMS BSP and Device Driver Development Guide', u'RTEMS Documentation Project', 'manual'),
+ ('index',
+ 'bsp-howto.tex',
+ u'RTEMS BSP and Device Driver Development Guide',
+ u'RTEMS Documentation Project',
+ 'manual'),
]