Fix optional sphinx dependency (#44)

This commit is contained in:
Jared Dillard
2025-09-17 10:51:07 -07:00
committed by GitHub
parent e64e20133a
commit f5dcd15889
5 changed files with 14 additions and 6 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ from .manager import LLMSFullManager
from .processor import DocumentProcessor
from .writer import FileWriter
__version__ = "0.5.2"
__version__ = "0.5.3"
# Export classes needed by tests
__all__ = [