documentation/_static/latex
Olivier Dony 54e7ed30ac
[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.
2020-06-09 02:51:51 +02:00
..
odoo.sty [FIX] odoo.sty: fix compatibility with older sphinx versions 2020-06-09 02:51:51 +02:00