Open
Description
Describe the bug
I am trying to ignore all directories inside src and to have apidocs only for .py files in /src folder but its generating nothing other than module.rst.
To Reproduce
$ sphinx-apidoc -o doc/api src/ src/*/
Expected behavior
to ignore all src/*/ and build apidocs for files in src/
Additional context
Following up the closed issue : sphinx-apidoc: add ability to exclude specific files or filepatterns #944