summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/conf.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/shell/conf.py b/shell/conf.py
index 2b58581..00029bc 100644
--- a/shell/conf.py
+++ b/shell/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 Shell Guide"
latex_documents = [
- ('index', 'shell.tex', u'RTEMS Shell Guide', u'RTEMS Documentation Project', 'manual'),
+ ('index',
+ 'shell.tex',
+ u'RTEMS Shell Guide',
+ u'RTEMS Documentation Project',
+ 'manual'),
]