File: merge-latex-options-242f10c932f0e6af.yaml

package info (click to toggle)
python-openstackdocstheme 3.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,008 kB
  • sloc: javascript: 8,326; python: 544; makefile: 162; sh: 152
file content (9 lines) | stat: -rw-r--r-- 442 bytes parent folder | download
1
2
3
4
5
6
7
8
9
---
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.