Skip to content

Commit 18a0b66

Browse files
committed
Ignore empty modules in docs module list
1 parent d686ff6 commit 18a0b66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ plugins:
4949
docstring_section_style: list
5050
docstring_style: numpy
5151
show_if_no_docstring: true
52-
filters: ["!^_$", "!^_[^_]", "!^__", "__init__"]
52+
filters: ["!^_$", "!^_[^_]", "!^__", "__init__", "!^cf$", "!^download$"]
5353
members_order: source
5454
group_by_category: false
5555
show_source: false

0 commit comments

Comments
 (0)