tweaks.latex_layout¶
Makes minor adjustments to the LaTeX layout.
New in version 2.10.0.
Enable sphinx_toolbox.tweaks.latex_layout by adding the following
to the extensions variable in your conf.py:
extensions = [
...
'sphinx_toolbox.tweaks.latex_layout',
]
For more information see https://www.sphinx-doc.org/en/master/usage/extensions#third-party-extensions .
Changed in version 3.0.0: The functionality has moved to sphinx_toolbox.latex.toc.
Please use that extension instead.
-
setup(app)[source]¶ Setup
sphinx_toolbox.tweaks.latex_layout.- Parameters:
app (
Sphinx) – The Sphinx application.- Return type: