documentation/_static/latex
Olivier Dony 89457036ce
[FIX] odoo.sty: fix compatibility with older sphinx versions
`\sphinxmaketitle` only exists as of v1.8.3, and `\renewcommand` would
crash when the command is not defined. Similarly `\newcommand` would
crash if the command already exists.

`\providecommand` acts as a shim: no-op if the command exists,
otherwise creates it so that it can be redefined.

Backport of 54e7ed30ac
2020-06-09 02:55:28 +02:00
..
odoo.sty [FIX] odoo.sty: fix compatibility with older sphinx versions 2020-06-09 02:55:28 +02:00