-
Overall this is a great theme and I love the animation when switching light/dark themes.
Just a small issue with the api autodoc which causes class names to be black.
The specific CSS selector in …
-
This issue serves as a tracker for issues related to autodoc and its inhability to render types. Feel free to dump the issues you find relevant and I'll add them to this tracker. That way, people can …
-
The following package updates broke CICD:
```yml
"ansys-dpf-core==0.11.0",
"sphinx-autodoc-typehints==2.0.0.",
```
Attempted in #2951
-
Has this script ever worked?
I don't understand how it can, with this exception.
```
WARNING: autodoc: failed to import module 'blending_fv3'; the following exception was raised:
Traceback (mo…
-
-
### Describe the bug
autodoc creates very verbose signatures for functions and methods, as if the tilde (`~`) sign was ignored, whenever there's a default value with an angle bracket (``) in its re…
-
I have Python code that uses a validator from an external library. A simplified example:
```python
from datetime import datetime
from pydantic import BaseModel, field_validator
from safir.pyda…
-
### Describe the bug
The inherited attributes from a slotted superclass are not shown when using `inherited-members` option in `autodoc`:
```py
from typing import List
class Circle:
"""A …
-
Often talked about and requested, I think it could be time that we finally find a way of documenting the C++ source code of SuperCollider.
As the code base is C++, [doxygen](https://www.doxygen.nl/…
-
### Is your feature request related to a problem? Please describe.
In my code, I'd like Sphinx to recognize type annotations for properties on ``cdef`` classes. However, currently, this only appear…