From c278131448bdef55ca1f0b28dbba4d97e4c7f3f2 Mon Sep 17 00:00:00 2001 From: Fredrik Haarstad Date: Mon, 13 May 2024 23:39:05 +0200 Subject: [PATCH] Add mkdocstrings-python dependency --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 0e889bf..7366c8e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,6 +42,7 @@ mkdocs-material = "^9.5.22" mkdocs-material-extensions = "^1.3.1" mkdocs-autorefs = "^1.0.1" mkdocstrings = "^0.25.1" +mkdocstrings-python = "^1.10.0" [build-system] requires = ["poetry-core>=1.0.0"]