Skip to content

Ignored module still shows up in submodules #334

@dAnjou

Description

@dAnjou

Steps to reproduce the behavior:

  1. Have a project like this:
    Screenshot 2022-01-16 at 00 35 21
  2. Run pdoc like this:
pdoc(
    "codefs",
    "!codefs.core",
    output_directory=Path("foo"),
)

Expected behavior

Docs don't mention ignored module at all.

Actual behavior

It still shows up in the submodules list, just not as a link.
Screenshot 2022-01-16 at 00 29 43

Additional info

It correctly doesn't show up in the module index.
Screenshot 2022-01-16 at 00 29 51

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions