Without this chage there is no custom RTEMS title page with Sphinx
2.0.0.

Maybe it is better to use the 'maketitle' option:

https://www.sphinx-doc.org/en/master/latex.html
---
 common/rtemsstyle.sty | 1 +
 1 file changed, 1 insertion(+)

diff --git a/common/rtemsstyle.sty b/common/rtemsstyle.sty
index 15f80b5..1f88bce 100644
--- a/common/rtemsstyle.sty
+++ b/common/rtemsstyle.sty
@@ -54,6 +54,7 @@ gobble=0,
   \if@openright\cleardoublepage\else\clearpage\fi
   \spx@tempa
 }
+\renewcommand{\sphinxmaketitle}{\maketitle}
 
 \fancypagestyle{normal}{
   \fancyhf{}
-- 
2.16.4

_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to