[FIX] conf: dynamic LaTeX releasename
closes odoo/documentation#2110 Signed-off-by: Victor Feyens (vfe) <vfe@odoo.com>
This commit is contained in:
parent
80408caf6d
commit
6d4f4f7d9b
2
conf.py
2
conf.py
@ -221,7 +221,7 @@ latex_elements = {
|
|||||||
'tableofcontents': '', # no TOC
|
'tableofcontents': '', # no TOC
|
||||||
|
|
||||||
# Output manually in latex docs
|
# Output manually in latex docs
|
||||||
'releasename': '14.0',
|
'releasename': release,
|
||||||
}
|
}
|
||||||
|
|
||||||
latex_additional_files = ['static/latex/odoo.sty']
|
latex_additional_files = ['static/latex/odoo.sty']
|
||||||
|
Loading…
Reference in New Issue
Block a user