-
Hi,
Thanks for the awesome package!
Trying to use mkdocstrings (version 0.14.0) with the `restructured-text` docstring style.
Here's my configuration:
```
::: path.to.Class
handler: py…
-
It would be useful to have an option that causes Sphinx to automatically create a TOC entry for every function, class, and method. (In the absence of this, tables of contents are of limited value).
-
I think this project creates great documentation, congratulations.
But I feel it is a pity I cannot use it since it seems only the google-style docstrings are supported by pytkdocs. Numpy style docst…
-
Hi Timothy,
**Is your feature request related to a problem? Please describe.**
I want to create a specific handler in my project but I found only hackish ways to hook it in, so that mkdocstrings…
axgkl updated
2 years ago
-
**Describe the bug**
I have a constant in my package's base `__init__.py` like:
```python
CONSTANT: Literal[-1] = -1
"""
docstring
"""
```
It's pulled into mkdocs through the `doc_file.md` i…
-
**Describe the bug**
The following exception is raised:
```pythontraceback
ERROR - Error building page 'reference/selectors/models.md': Could not resolve django.db.models.fields.json.JSONFiel…
-
**Describe the bug**
I've written a custom handler to auto-generate documentation for internal models within my app, I'm using this handler, in addition to the python legacy one to create API docs.…
-
I think this is a fairly simple question but I haven't been able to solve it. If I have my python package in a different directory than my docs folder, how do I tell mkdocstrings to look at where the …
-
Currently, when autorefs doesn't know the URL for an identifier, it falls back to collecting the object through every handler (and getting an anchor through its renderer) until an anchor is found.
…
-
Thanks very much for your hard work on the new Python handler, I've been following this project's development and love your work.
I wasn't exactly sure whether to raise this issue here, or in [griffe…