Skip to content

Commit 387a5b6

Browse files
committed
Fix pydoc configuration
1 parent bdff8b0 commit 387a5b6

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pyproject.toml

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
[[tool.pydoc-markdown.loaders]]
22
type = "python"
33
search_path = [ "./src" ]
4-
packages = ["arduino_nicla_sense_env"]
4+
packages = ["modulino"]
5+
6+
[[tool.pydoc-markdown.processors]]
7+
type = "filter"
8+
skip_empty_modules = true
9+
expression = "not \"modulino.lib\" in name and default()"
510

611
[tool.pydoc-markdown.renderer]
712
type = "markdown"

0 commit comments

Comments
 (0)