summaryrefslogtreecommitdiffstats
path: root/filesystem/conf.py
diff options
context:
space:
mode:
authorAmar Takhar <amar@rtems.org>2016-01-19 20:37:04 -0500
committerAmar Takhar <verm@darkbeer.org>2016-05-02 20:51:25 -0400
commita316b1ff6d765fe0d3631282e750c94470612e97 (patch)
tree577d0a4cd9659c9834d39eb944a9d662d4f6f2dd /filesystem/conf.py
parentFix typo and add another dependency. (diff)
downloadrtems-docs-a316b1ff6d765fe0d3631282e750c94470612e97.tar.bz2
Add support for singlehtml (inlined) HTML file, plus some other fixes.
* This is still broken. * Rename sphinx_rtd_theme so it doesn't pickup locally installed ones * Add a hack to theme.css to get around inliner bug. * Some unrelated fixups in common/waf.py Unfortunatly several dozen fixes got merged into this.
Diffstat (limited to 'filesystem/conf.py')
-rw-r--r--filesystem/conf.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/filesystem/conf.py b/filesystem/conf.py
index 2018730..129cc7e 100644
--- a/filesystem/conf.py
+++ b/filesystem/conf.py
@@ -7,6 +7,5 @@ version = '1.0'
release = '5.0'
latex_documents = [
- ('index', 'filesystem.tex', u'RTEMS Filesystem Documentation', u'RTEMS Documentation Project', 'manual'),
+ ('index', 'filesystem.tex', u'RTEMS Filesystem', u'RTEMS Documentation Project', 'manual'),
]
-