Skip to content

:skip: no longer works with standard library objects #141

@eslavich

Description

@eslavich

Prior to the 0.14 release, it was possible to use :skip: on standard library objects that were imported by a module:

.. automodapi:: sphinx_automodapi.tests.example_module.stdlib
    :skip: time
    :skip: Path

In 0.14, those :skip: directives are disappeared by code introduced to support :include:. I opened a PR with a test showing the new failure: #140. The test passes if I revert the commits from #127.

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