Open tony opened 2 years ago
Updated example from sphinx 5.0 to 5.1, autoapi 1.8.0 -> 1.9.0
Not sure if this is the same issue, related or something else entirely, but the autoapi-skip-member
event also doesn't seem to fire for things documented by autoapimodule
directives.
Above: Imports visible in documentation with
.. autoapimodule
directiveRelated: #262, #317
Reproduction
https://github.com/vcs-python/libvcs/tree/autoapi-duplicates
Versions
sphinx 5.1.0 sphinx-autoapi 1.9.0
Configuration
conf.py
Directions
git clone https://github.com/vcs-python/libvcs.git --branch autoapi-duplicates
cd libvcs
poetry install
make start_docs
projects.git
localhost: http://localhost:8064/projects/git.html markdown source: https://github.com/vcs-python/libvcs/blob/autoapi-duplicates/docs/projects/git.md python source: https://github.com/vcs-python/libvcs/blob/autoapi-duplicates/libvcs/projects/git.pycmd.git
localhost: http://localhost:8064/cmd/git.html markdown source: https://github.com/vcs-python/libvcs/blob/autoapi-duplicates/docs/cmd/git.md python source: https://github.com/vcs-python/libvcs/blob/autoapi-duplicates/libvcs/cmd/git.py_internal.run
localhost: http://localhost:8064/internals/run.html, e.g.StrOrBytesPath
markdown source: https://github.com/vcs-python/libvcs/blob/autoapi-duplicates/docs/internals/run.md python source: https://github.com/vcs-python/libvcs/blob/autoapi-duplicates/libvcs/_internal/run.py__all__
does not work:projects.hg
localhost: http://localhost:8064/projects/hg.html markdown source: https://github.com/vcs-python/libvcs/blob/autoapi-duplicates/docs/projects/hg.md python source: https://github.com/vcs-python/libvcs/blob/autoapi-duplicates/libvcs/projects/hg.pyWorkaround
Workaround ATM
exclude-members
for each usage:Discussion