standardize packaging, tooling, docs, CI, and licensing
This commit is contained in:
@@ -6,6 +6,8 @@ def generate_sources(
|
||||
project_name: str | None = None,
|
||||
module_is_source: bool | None = None,
|
||||
) -> None: ...
|
||||
def generate_config(docs_dir: Path, nav_file: Path, template: Path | None, out: Path, site_name: str) -> 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: ...
|
||||
|
||||
Reference in New Issue
Block a user