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. --- common/rtemsstyle.sty | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'common/rtemsstyle.sty') diff --git a/common/rtemsstyle.sty b/common/rtemsstyle.sty index 5f5e539..8d0db16 100644 --- a/common/rtemsstyle.sty +++ b/common/rtemsstyle.sty @@ -45,7 +45,8 @@ \fancyfoot[LE,RO]{{\thepage}} \fancyfoot[LO]{{\nouppercase{\rightmark}}} \fancyfoot[RE]{{\nouppercase{\leftmark}}} - \fancyhead[LE,RO]{{ \@title, \py@release}} + \fancyhead[LE,RO]{{\@title, \py@release}} + \fancyhead[RE,LO]{{\chaptername\:\thechapter\:Section\:\thesection}} \renewcommand{\headrulewidth}{0.4pt} \renewcommand{\footrulewidth}{0.4pt} } @@ -72,7 +73,7 @@ \renewcommand\thepart{\@Roman\c@part} \renewcommand\part{% - \pagestyle{plain} + \pagestyle{normal} \if@noskipsec \leavevmode \fi \cleardoublepage \vspace*{6cm}% -- cgit v1.2.3