openstackdocstheme/releasenotes/notes/merge-latex-options-242f10c932f0e6af.yaml
Stephen Finucane 2b258f0380 Merge, rather than overwrite, LaTeX settings
This leads to more predictable behavior.

Change-Id: I3a9d96c4896a0d5ccc85b74562d35852a837f29f
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
Closes-Bug: #1843527
2020-04-24 13:46:03 +01:00

10 lines
442 B
YAML

---
fixes:
- |
The ``latex_engine`` and ``latex_elements`` options, which were previously
always overridden by the extension, will now be merged with user
configuration. If ``latex_engine`` is configured by the user, this will be
used in-place of the default. If ``latex_elements``, a dictionary, is
configured, the values provided by the user will be merged with the
defaults with user-provided defaults preferred.