diff --git a/pyproject.toml b/pyproject.toml index 22c4214..28275bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,6 +60,7 @@ dev-dependencies = [ "pytest>=7.4.2", "mkdocs-material>=9.5.3", "coverage>=7.4.1", + "mkdocstrings[python]>=0.24.0", ] diff --git a/requirements.docs.txt b/requirements.docs.txt index 00707e0..d00d27e 100644 --- a/requirements.docs.txt +++ b/requirements.docs.txt @@ -1 +1,3 @@ mkdocs-material==9.5.3 +mkdocstrings==0.24.0 +mkdocstrings-python==1.8.0