We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 583f836 commit 5a31dddCopy full SHA for 5a31ddd
pyproject.toml
@@ -8,6 +8,9 @@ type = "filter"
8
skip_empty_modules = true
9
expression = "not \"modulino.lib\" in name and default()"
10
11
+[[tool.pydoc-markdown.processors]]
12
+type = "google"
13
+
14
[tool.pydoc-markdown.renderer]
15
type = "markdown"
16
filename = "docs/api.md"
0 commit comments