-
### Description of the bug
Model cannot be serialized for mkdocs
### To Reproduce
Complex call stack. The traceback might be enough for a start.
### Full traceback
ERROR - Error read…
miili updated
4 weeks ago
-
## Issue
Tox is failing to read config file pyproject.toml even though it is a valid TOML file.
## Environment
Provide at least:
- OS: Ubuntu 22.04.1 LTS on WSL2
Output of pip list of…
-
### Python -VV
```shell
Python 3.10.14 (main, Aug 14 2024, 05:14:46) [Clang 18.1.8 ]
```
### Pip Freeze
```shell
aiohappyeyeballs==2.4.0
aiohttp==3.10.5
aiosignal==1.3.1
annotated-types==0.7.0
…
-
To document my deprecation cycles, I usually use the [deprecated](https://pypi.org/project/Deprecated/) lib. It's as simple to use as this:
```pyhton
from deprecated.sphinx import deprecated
@…
-
The following code snippet causes everything after `Example:` to be parsed as `long_description`. As a consequence, `params` and `raises` are lost.
```
from docstring_parser import parse
if __nam…
-
Is there a way to make it so that the enums or at least the way i have my enums setup, to auto update every time i update a default value for a variable in a tuple?
Right now if i make a change to …
-
### Environment
Flask-Appbuilder version: 4.3.9
pip freeze output:
- aiohttp==3.8.4
- aiosignal==1.3.1
- alembic==1.11.1
- apispec==6.3.0
- async-timeout==4.0.2
- attrs==23.1.0
- Babel=…
-
Scenario:
Because the docstrings for SaltStack modules are viewed by users through a CLI, I need the look and format of the docstrings I write to match the rest of Salt. However, the style used is ne…
-
### Description of the bug
In the [jinja template](https://github.com/mkdocstrings/griffe-pydantic/tree/main/src/griffe_pydantic/templates/material/_base), in the config section we iterate throught…
-
Cf. https://github.com/mkdocstrings/python/issues/194
Sphinx performs some merging of docstrings[^1], as demonstrated below.
Example:
```python
class Shape:
contour: list[Point]
def…