[PATCH] common/rtemsstyle.sty: change maketitle to sphinxmaketitle

Gedare Bloom gedare at rtems.org
Fri Apr 3 22:37:23 UTC 2020


Sphinx now uses its own sphinxmaketitle command to generate
the title page. To create our own title page we can provide
our own sphinxmaketitle.
---
 common/rtemsstyle.sty | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/rtemsstyle.sty b/common/rtemsstyle.sty
index 15f80b5..db0ba44 100644
--- a/common/rtemsstyle.sty
+++ b/common/rtemsstyle.sty
@@ -20,7 +20,7 @@ numbersep=5pt,
 gobble=0,
 }
 
-\renewcommand{\maketitle}{%
+\renewcommand{\sphinxmaketitle}{%
   \let\spx at tempa\relax
   \ifHy at pageanchor\def\spx at tempa{\Hy at pageanchortrue}\fi
   \hypersetup{pageanchor=false}% avoid duplicate destination warnings
-- 
2.17.1



More information about the devel mailing list