added missing pyi files

This commit is contained in:
2026-01-21 18:39:50 +05:30
parent 9a066eb0af
commit c82868d5a7
4 changed files with 43 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
from pathlib import Path
def generate_sources(module: str, project_name: str | None, docs_dir: Path) -> None: ...
def generate_config(docs_dir: Path, nav_file: Path, template: Path | None, out: Path, site_name: str) -> None: ...
def build(mkdocs_yml: Path) -> None: ...
def serve(mkdocs_yml: Path) -> None: ...