summaryrefslogtreecommitdiffstats
path: root/filesystem/conf.py
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-11-09 16:54:02 +1100
committerChris Johns <chrisj@rtems.org>2016-11-09 16:54:02 +1100
commit5431beb47290b642e5b6e2b4e12b07db758c6dcd (patch)
treea4cb50ce952c191b15aa6cb3a00630b7e3f5f2de /filesystem/conf.py
parentcpu-supplement: Fix the project label. (diff)
downloadrtems-docs-5431beb47290b642e5b6e2b4e12b07db758c6dcd.tar.bz2
filesystem: Fix header levels.
Diffstat (limited to '')
-rw-r--r--filesystem/conf.py8
1 files changed, 5 insertions, 3 deletions
diff --git a/filesystem/conf.py b/filesystem/conf.py
index 129cc7e..4c15bad 100644
--- a/filesystem/conf.py
+++ b/filesystem/conf.py
@@ -3,9 +3,11 @@ sys.path.append(os.path.abspath('../common/'))
from conf import *
-version = '1.0'
-release = '5.0'
+version = '4.11.0'
+release = '4.11.0'
+
+project = "RTEMS Filesystem Design Guide"
latex_documents = [
- ('index', 'filesystem.tex', u'RTEMS Filesystem', u'RTEMS Documentation Project', 'manual'),
+ ('index', 'filesystem.tex', u'RTEMS Filesystem Design Guide', u'RTEMS Filesystem Design Guide', 'manual'),
]