We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e741b37 commit a154c05Copy full SHA for a154c05
1 file changed
pyproject.toml
@@ -30,7 +30,8 @@ classifiers = [
30
"Typing :: Typed",
31
]
32
dependencies = [
33
- "pytkdocs>=0.12",
+ "mkdocstrings>=0.17",
34
+ "pytkdocs>=0.14",
35
36
37
[project.urls]
@@ -56,7 +57,6 @@ docs = [
56
57
"mkdocs-literate-nav>=0.4",
58
"mkdocs-material>=7.3",
59
"mkdocs-section-index",
- "mkdocstrings>=0.16",
60
"toml>=0.10",
61
62
format = [
0 commit comments