sphinx
sphinx copied to clipboard
The Sphinx documentation generator
### Describe the bug [There is a class called `FrozenSpaceMeta`](https://github.com/janluke/cloup/blob/3899fbe66a5b339ea0bc78d181cbcea343b1bba5/cloup/_util.py#L122-L138) from the [`cloup`](https://github.com/janluke/cloup) project that I try to render with Sphinx's autodoc, but it always fails because its `__setattr__` method...
### Describe the bug Autosummary's recursive option enables generation of documentation stubs for sub-package and modules. When setting `autosummary_ignore_module_all` to `False`, the behavior of the recursive option changes such that...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. Release notes Sourced from codecov/codecov-action's releases. v4.0.0 v4 of the Codecov Action uses the CLI as the underlying upload. The CLI has helped to...
### Describe the bug When building SciPy, I am now getting an `EOFError` on macOS (could reproduce on M1 and M2) with `-j`>1. I am not sure what happened, I...
Adds additional variables that can be used in autosummary templates for while also then splitting out methods and attributes if this is the preferred way of using. ### Feature or...
### Describe the bug Related to #7786, overloads for functions defined in a "private" (or other) module with overloads but exposed in a public-facing `__init__.py` are not detected ### How...
**Is your feature request related to a problem? Please describe.** In our documentation, we have a lot of links to Wikipedia articles to learn more about some defined terms, for...
### Describe the bug My project has the following structure: ``` source | | __init__.py | package_a | | __init__.py | | common_module.py | | module_a.py | | package_b |...
### Describe the bug When I use a link in the tablecaption to another chapter in the document, the link doesn't work in the PDF. In the *.tex file the...
### Describe the bug I currently update out company template from 5.3.0 to 7.2.6 (7.3.0 is planned as final version). The I noticed that documents are not rebuild. Sphinx do...