sphinx-autoapi icon indicating copy to clipboard operation
sphinx-autoapi copied to clipboard

A new approach to API documentation in Sphinx.

Results 68 sphinx-autoapi issues
Sort by recently updated
recently updated
newest added

My documentation can be found here https://asteca.readthedocs.io/en/latest/autoapi/asteca/index.html I have two issues: 1. I'd like to remove the 'Attributes' section entirely as it is just duplicated info from 'Submodules' 2. Classes...

Bug

Hi, First of all, thanks so much for your work on this package! I've been considering transitioning to autoapi from sphinx-apidoc, but autoapi seems to be having trouble translating my...

Our sphinx build on readthedocs.org is failing on an error likely related to `sphinx-autoapi`. Surprisingly, this is even though we had pinned the package version in the environment recipe: ```yaml...

Over at zarr we've noticed that bumping autoapi from 3.0.0 to 3.1.0 results in `__all__` not being respected by autoapi for some sub-modules. The same issue still persists with the...

I am using [lazy-loader](https://github.com/scientific-python/lazy-loader) for lazy importing. However, I found that [sphinx-autoapi](https://github.com/readthedocs/sphinx-autoapi) cannot generate docs for lazily imported functions, classes, etc. Here is a simple [demo](https://github.com/liblaf/hello-sphinx-autoapi) where docs for normal...

With the update to the `conda-forge` feedstock in #465 I've just upgraded from v3.0.0 to v3.2.1 of `sphinx-autoapi`, and am now getting errors like these when I run `sphinx-build`, which...

Bug

Hi, I am trying to use autoapi to document my new package [nifits](https://github.com/rlaugier/nifits), but it seems to fail spectacularly. Error message is ``` Extension error (autoapi.extension): Handler for event 'builder-inited'...

I wish to use autoapi to : - generate documentation for a set of .pyi stub files - add manual How To & Why documentation pages using autodoc style directives...

Bug