From a316b1ff6d765fe0d3631282e750c94470612e97 Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Tue, 19 Jan 2016 20:37:04 -0500 Subject: 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. --- filesystem/conf.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'filesystem/conf.py') 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'), ] - -- cgit v1.2.3