summaryrefslogtreecommitdiffstats
path: root/filesystem
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2017-03-20 11:42:56 +1100
committerChris Johns <chrisj@rtems.org>2017-03-20 11:42:56 +1100
commit81276042d235328168d75c6a736a9882244e8286 (patch)
treeb6d439bfb592c557fc788f8a88bbb52ddbd2343d /filesystem
parentwaf: Put back the 4.11 branch version. (diff)
downloadrtems-docs-81276042d235328168d75c6a736a9882244e8286.tar.bz2
Use a single top level version number.
Fix the path in the catalogue links to allow prefix testing on a local disk. Close #2940.
Diffstat (limited to 'filesystem')
-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')]