summaryrefslogtreecommitdiffstats
path: root/filesystem/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'filesystem/conf.py')
-rw-r--r--filesystem/conf.py11
1 files changed, 5 insertions, 6 deletions
diff --git a/filesystem/conf.py b/filesystem/conf.py
index 4c15bad..35d2d66 100644
--- a/filesystem/conf.py
+++ b/filesystem/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 Filesystem Design Guide"
-latex_documents = [
- ('index', 'filesystem.tex', u'RTEMS Filesystem Design Guide', u'RTEMS Filesystem Design Guide', 'manual'),
-]
+latex_documents = [('index',
+ 'filesystem.tex',
+ u'RTEMS Filesystem Design Guide',
+ u'RTEMS Filesystem Design Guide',
+ 'manual')]