tweaks.sphinx_panels_tabs¶
Tweak to executablebooks/sphinx-tabs to fix a CSS conflict with executablebooks/sphinx-panels.
Fix for executablebooks/sphinx-panels#51.
New in version 1.9.0.
Enable sphinx_toolbox.tweaks.sphinx_panels_tabs by adding the following
to the extensions variable in your conf.py:
extensions = [
...
'sphinx_toolbox.tweaks.sphinx_panels_tabs',
]
For more information see https://www.sphinx-doc.org/en/master/usage/extensions#third-party-extensions .
Functions:
|
Copy asset files to the output. |
|
- copy_asset_files(app, exception=None)[source]¶
Copy asset files to the output.
- Parameters
Changed in version 2.7.0: Renamed from
copy_assets. The old name is deprecated an will be removed in 3.0.0
- setup(app)[source]¶
Setup
sphinx_toolbox.tweaks.sphinx_panels_tabs.- Parameters
app (
Sphinx) – The Sphinx application.- Return type