generate_llms_txt#

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

Post-build hook: write llms.txt listing all generated .md URLs.

Registered with Sphinx’s build-finished event in setup.

Parameters:
appsphinx.application.Sphinx

The active Sphinx application instance.

exceptionException or None

When not None, the hook exits immediately.

Returns:
None
Parameters:
Return type:

None

References