tweaks.revert_footnote_style¶
Reverts the docutils footnote behaviour from >=0.18 to that of <=0.17.
New in version 3.1.2.
Enable sphinx_toolbox.tweaks.revert_footnote_style by adding the following
to the extensions variable in your conf.py:
extensions = [
...
'sphinx_toolbox.tweaks.revert_footnote_style',
]
For more information see https://www.sphinx-doc.org/en/master/usage/extensions#third-party-extensions .
Functions:
|
-
setup(app)[source]¶ Setup
sphinx_toolbox.tweaks.revert_footnote_style.- Parameters:
app (
Sphinx) – The Sphinx application.- Return type: