mirror of
https://github.com/finegrain-ai/refiners.git
synced 2024-11-22 06:08:46 +00:00
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:
parent
5634e68fde
commit
146a1fae2a
|
@ -60,6 +60,7 @@ dev-dependencies = [
|
||||||
"pytest>=7.4.2",
|
"pytest>=7.4.2",
|
||||||
"mkdocs-material>=9.5.3",
|
"mkdocs-material>=9.5.3",
|
||||||
"coverage>=7.4.1",
|
"coverage>=7.4.1",
|
||||||
|
"mkdocstrings[python]>=0.24.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1 +1,3 @@
|
||||||
mkdocs-material==9.5.3
|
mkdocs-material==9.5.3
|
||||||
|
mkdocstrings==0.24.0
|
||||||
|
mkdocstrings-python==1.8.0
|
||||||
|
|
Loading…
Reference in a new issue