Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKing Phyte <59985733+king-phyte@users.noreply.github.com>2022-09-27 19:01:34 +0300
committerGitHub <noreply@github.com>2022-09-27 19:01:34 +0300
commit061c8ad528a823fe115231495ceb466b463a3a96 (patch)
treeb3d1c8b065cd4b28a7584d0eec0742175010fde1
parent7d67371f38210ed328e6249e73ec1e5e607dacd1 (diff)
fix typo in extrapackages example (#10835)
Co-authored-by: Jean-François B <2589111+jfbu@users.noreply.github.com>
-rw-r--r--doc/latex.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/latex.rst b/doc/latex.rst
index 7fa90fe89..ae8c256cb 100644
--- a/doc/latex.rst
+++ b/doc/latex.rst
@@ -233,7 +233,7 @@ Keys that you may want to override include:
.. code-block:: python
latex_elements = {
- 'packages': r'\usepackage{isodate}'
+ 'extrapackages': r'\usepackage{isodate}'
}
The specified LaTeX packages will be loaded before