Remove get_and_resolve_toctree method (#19)

This commit is contained in:
Jared Dillard
2025-05-20 01:08:40 -07:00
committed by GitHub
parent 9ae05c6c13
commit 70defd3996
2 changed files with 27 additions and 17 deletions
-3
View File
@@ -129,9 +129,6 @@ class LLMSFullManager:
if source_file.exists():
docname_to_file[docname] = source_file
logger.debug(
f"sphinx-llms-txt: Found source file for {docname} at {source_file}"
)
else:
logger.warning(
f"sphinx-llm-txt: Source file not found for: {docname}. Expected"