pyi matching

This commit is contained in:
2026-01-21 00:43:27 +05:30
parent be8f23c8ab
commit 81e8a8cd49
4 changed files with 8 additions and 9 deletions

View File

@@ -27,7 +27,7 @@ class MkDocsNavEmitter:
"""
...
def _to_relative(self, path: Path) -> str:
def _to_relative(self, path: Path, docs_root: Path | None) -> str:
"""
Convert a filesystem path to a docs-relative path.
"""