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 bdff8b0 commit 387a5b6Copy full SHA for 387a5b6
pyproject.toml
@@ -1,7 +1,12 @@
1
[[tool.pydoc-markdown.loaders]]
2
type = "python"
3
search_path = [ "./src" ]
4
-packages = ["arduino_nicla_sense_env"]
+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()"
10
11
[tool.pydoc-markdown.renderer]
12
type = "markdown"
0 commit comments