Skip to content

Exclude certain directories while executing sphinx-apidocs #6643

Open
@SooluThomas

Description

@SooluThomas

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions