Skip to content

Commit a154c05

Browse files
committed
build: Depend on mkdocstrings
1 parent e741b37 commit a154c05

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ classifiers = [
3030
"Typing :: Typed",
3131
]
3232
dependencies = [
33-
"pytkdocs>=0.12",
33+
"mkdocstrings>=0.17",
34+
"pytkdocs>=0.14",
3435
]
3536

3637
[project.urls]
@@ -56,7 +57,6 @@ docs = [
5657
"mkdocs-literate-nav>=0.4",
5758
"mkdocs-material>=7.3",
5859
"mkdocs-section-index",
59-
"mkdocstrings>=0.16",
6060
"toml>=0.10",
6161
]
6262
format = [

0 commit comments

Comments
 (0)