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

Not sure who is at fault here (maybe me!), but I am using `sphinx-autoapi` with [numpydoc validations](https://numpydoc.readthedocs.io/en/latest/validation.html) activated via sphinx and I get lots of warnings like ``` WARNING: [numpydoc]...

🐞 **Problem** I see that the latest run for the CI/CD took place about four months ago since the opening of this issue. Thus, it would be great to have...

Other Improvement

AutoAPI makes the reasonable assumption that one's directory structure will look like: ``` mypackage/ ├── docs directory │   ├── ... │   └── ... ├── code directory │   ├── ... │  ...

Enhancement
Good First Issue

Hello, Sphinx allows for documenting comments starting with "#:", above or just after the variable. I am not able to use such comments with Read the Docs autoapi, which is...

Enhancement
Language: Python

I'm currently moving our tutorial notebooks/documentation from RST with `jupyter-sphinx` to Markdown with `myst-nb`. We'd eventually like to also move docstrings to be written in myst-markdown. To that end I'm...

Enhancement

Hi, I am struggling to sort the entries of the `.. toctree::` in documentation generated with `autoapi`. I have one `.piy` sutbfile for each of my project's submodule and it...

Enhancement

Hi! Thanks for your work on this package, it really saved me from a lot of autosummary-related misery. I've noticed a bug: the `autoapi_python_use_implicit_namespaces` option is fantastic, but it doesn't...

Bug
Language: Python

### The issue 🐞 Consider the following project: ```console . ├── package/ │ ├──__init__.py │   ├── module_A.py │   └── module_B.py ├── conf.py └── index.rst ``` The content of each file:...

Bug

We frequently get bug reports with no method of reproducing the issue. Create a bug report template that makes providing this information a requirements.

Other Improvement

## Problem description I found a buggy behavior when the autoapi is configured like this in `conf.py`: ```py autodoc_typehints = "description" autoapi_type = "python" autoapi_file_pattern = "*.py" autoapi_python_class_content = "both"...

Bug
Language: Python