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@tempa\relax
   \ifHy@pageanchor\def\spx@tempa{\Hy@pageanchortrue}\fi
   \hypersetup{pageanchor=false}% avoid duplicate destination warnings
-- 
2.17.1

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

Reply via email to