From 6cc48f423341d3894baa1039b5116b874c2606e1 Mon Sep 17 00:00:00 2001 From: Gavin Chan Date: Mon, 29 Dec 2025 14:16:51 -0500 Subject: [PATCH] fix: remove mkdocstrings config to fix docs deployment --- pyproject.toml | 1 - zensical.toml | 9 --------- 2 files changed, 10 deletions(-) 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/"