Fix mypy issues

This commit is contained in:
Jared Dillard
2025-08-10 15:05:15 -07:00
parent bb75a8ba77
commit ad987f77f0
5 changed files with 48 additions and 34 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ def build_finished(app: Sphinx, exception):
_manager.update_page_title(docname, title)
# Create the combined file
_manager.combine_sources(app.outdir, app.srcdir)
_manager.combine_sources(str(app.outdir), str(app.srcdir))
def setup(app: Sphinx) -> Dict[str, Any]: