mirror of
https://git.rtems.org/rtems-docs/
synced 2025-10-19 19:28:21 +08:00
common: fix title page
Sphinx changed the default behavior of maketitle. Provide our own rtemsmaketitle command and use it instead.
This commit is contained in:

committed by
Chris Johns

parent
ec9457f604
commit
fb3644c14b
@@ -193,6 +193,7 @@ latex_elements = {
|
||||
\newcommand{\rtemscopyright}{%s}
|
||||
\usepackage{rtemsstyle}
|
||||
''' % (copyright),
|
||||
'maketitle': r'\rtemsmaketitle',
|
||||
'parsedliteralwraps': True,
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user