summaryrefslogtreecommitdiffstats
path: root/c-user/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'c-user/conf.py')
-rw-r--r--c-user/conf.py11
1 files changed, 5 insertions, 6 deletions
diff --git a/c-user/conf.py b/c-user/conf.py
index eaf8e92..27c95e2 100644
--- a/c-user/conf.py
+++ b/c-user/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 C User Manual"
-latex_documents = [
- ('index', 'c-user.tex', u'RTEMS C User Documentation', u'RTEMS Documentation Project', 'manual'),
-]
+latex_documents = [('index',
+ 'c-user.tex',
+ u'RTEMS C User Documentation',
+ u'RTEMS Documentation Project',
+ 'manual')]