Remove support for singlehtml (#40)

This commit is contained in:
Jared Dillard
2025-08-29 15:22:32 -07:00
committed by GitHub
parent 52949a952a
commit e64e20133a
3 changed files with 8 additions and 3 deletions
-1
View File
@@ -197,7 +197,6 @@ class LLMSFullManager:
possible_sources = [
Path(outdir) / "_sources",
Path(outdir) / "html" / "_sources",
Path(outdir) / "singlehtml" / "_sources",
]
for path in possible_sources: