add mkdocstrings as dev dependency

Via:

    rye add --dev "mkdocstrings[python]"

Also added to requirements.docs.txt for GH Pages.
This commit is contained in:
Cédric Deltheil 2024-01-31 11:40:25 +00:00 committed by Cédric Deltheil
parent 5634e68fde
commit 146a1fae2a
2 changed files with 3 additions and 0 deletions

View file

@ -60,6 +60,7 @@ dev-dependencies = [
"pytest>=7.4.2",
"mkdocs-material>=9.5.3",
"coverage>=7.4.1",
"mkdocstrings[python]>=0.24.0",
]

View file

@ -1 +1,3 @@
mkdocs-material==9.5.3
mkdocstrings==0.24.0
mkdocstrings-python==1.8.0