generate_llms_txt#
- scikitplot._externals._sphinx_ext._sphinx_ai_assistant.generate_llms_txt(app, exception)[source]#
Post-build hook: write
llms.txtlisting all generated.mdURLs.Registered with Sphinx’s
build-finishedevent insetup.- Parameters:
- appsphinx.application.Sphinx
The active Sphinx application instance.
- exceptionException or None
When not
None, the hook exits immediately.
- Returns:
- None
- Parameters:
app (Sphinx)
exception (Exception | None)
- Return type:
None
References