[PATCH] common: Support Sphinx 2.0.0

Sebastian Huber sebastian.huber at embedded-brains.de
Wed Apr 3 07:25:40 UTC 2019


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 at openright\cleardoublepage\else\clearpage\fi
   \spx at tempa
 }
+\renewcommand{\sphinxmaketitle}{\maketitle}
 
 \fancypagestyle{normal}{
   \fancyhf{}
-- 
2.16.4



More information about the devel mailing list