Skip to content

Commit 5a31ddd

Browse files
committed
Fix API rendering
1 parent 583f836 commit 5a31ddd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ type = "filter"
88
skip_empty_modules = true
99
expression = "not \"modulino.lib\" in name and default()"
1010

11+
[[tool.pydoc-markdown.processors]]
12+
type = "google"
13+
1114
[tool.pydoc-markdown.renderer]
1215
type = "markdown"
1316
filename = "docs/api.md"

0 commit comments

Comments
 (0)