You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Although... why does the affected module has no __all__ defined? See spacetelescope/jwst#6522 for an alternative fix instead of pinning to an older sphinx-automodapi.
Prior to the 0.14 release, it was possible to use
:skip:
on standard library objects that were imported by a module: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.The text was updated successfully, but these errors were encountered: