From ee1400a40ca0c42da25af67ef0ae00f8b3b70eed Mon Sep 17 00:00:00 2001 From: Jirka Borovec <6035284+Borda@users.noreply.github.com> Date: Mon, 5 Jan 2026 15:48:18 +0100 Subject: [PATCH] resolve docs build / pin `mkdocstrings-python<2.0.0` (#2031) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c77a3964..26efae5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,7 +74,7 @@ dev = [ docs = [ "mkdocs-material[imaging]>=9.5.5", "mkdocstrings>=0.25.2,<0.31.0", - "mkdocstrings-python>=1.10.9", + "mkdocstrings-python>=1.10.9, <2.0.0", # todo: breaking changes in 2.x "mike>=2.0.0", "mkdocs-jupyter>=0.24.3", "mkdocs-git-committers-plugin-2>=2.4.1; python_version >= '3.9' and python_version < '4'",