generate_markdown_files#

scikitplot._externals._sphinx_ext._sphinx_ai_assistant.generate_markdown_files(app, exception)[source]#

Post-build hook: generate .md companions for every .html file.

Registered with Sphinx’s build-finished event in setup. Processing is parallelised via concurrent.futures.ProcessPoolExecutor.

Parameters:
appsphinx.application.Sphinx

The active Sphinx application instance.

exceptionException or None

Any exception raised during the build; when not None this hook exits immediately without generating files.

Returns:
None
Raises:
None

All per-file errors are logged as warnings; the hook never raises.

Parameters:
Return type:

None