diff --git a/pyproject.toml b/pyproject.toml index fecac89..a96ebe1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,6 @@ test = [ "pytest-httpx>=0.30.0", ] dev = [ - "mkdocstrings-python>=2.0.1", "pre-commit>=3.0.0", "ruff>=0.1.0", "zensical>=0.0.11", diff --git a/zensical.toml b/zensical.toml index 75cd3f0..9e4adcd 100644 --- a/zensical.toml +++ b/zensical.toml @@ -62,15 +62,6 @@ features = [ [project.extra] generator = false -[project.plugins.mkdocstrings.handlers.python] -inventories = ["https://docs.python.org/3/objects.inv"] -paths = ["src"] - -[project.plugins.mkdocstrings.handlers.python.options] -docstring_style = "numpy" -inherited_members = true -show_source = false - [[project.extra.social]] icon = "fontawesome/brands/github" link = "https://github.com/statespace-tech/toolfront/"