generate_markdown_files#
- scikitplot._externals._sphinx_ext._sphinx_ai_assistant.generate_markdown_files(app, exception)[source]#
Post-build hook: generate
.mdcompanions for every.htmlfile.Registered with Sphinx’s
build-finishedevent insetup. Processing is parallelised viaconcurrent.futures.ProcessPoolExecutor.- Parameters:
- appsphinx.application.Sphinx
The active Sphinx application instance.
- exceptionException or None
Any exception raised during the build; when not
Nonethis hook exits immediately without generating files.
- Returns:
- None
- Raises:
- None
All per-file errors are logged as warnings; the hook never raises.
- Parameters:
app (Sphinx)
exception (Exception | None)
- Return type:
None