sphinx icon indicating copy to clipboard operation
sphinx copied to clipboard

fix typo in extrapackges example

Open king-phyte opened this issue 3 years ago • 0 comments

Subject: Fix typo in extrapackages example in LaTeX customization docs

Feature or Bugfix

  • Bugfix

Purpose

The example in the docs for extrapackages under LaTeX customization is slightly incorrect (as shown below).

latex_elements = {
    'packages': r'\usepackage{isodate}'
}

Doing so will lead to Sphinx producing the following warning WARNING: Unknown configure key: latex_elements['packages'], ignored.

king-phyte avatar Sep 18 '22 15:09 king-phyte