-
If I use a [descriptor](https://docs.python.org/3/howto/descriptor.html) as at the end of this description, there are two problems with how the generated documentation for `Example.count` looks like:
…
-
Installing from source with `pip install "open_mastr[dev]"` as described [here](https://github.com/OpenEnergyPlatform/open-MaStR/blob/production/README.rst#github) (branch: production) raises some ins…
-
**Is your feature request related to a problem? Please describe.**
As of right now, this library does not support `attrs` dataclasses. Default values or types are not recognised.
**Describe the s…
-
Hi Patrick,
I wanted to check if my docstrings look good in the documentation :)
So I tried running `mkdocs serve` and I got the following error:
```python
raise AliasResolutionError(se…
-
mkdocstrings does not currently support references to members not explicitly defined in subclass, so
instead of just being able to write something like `[foo][.]` you might have to write `[foo][(m).P…
-
**Is your feature request related to a problem? Please describe.**
I have some dynamically-generated classes that need to be inspected rather than visited and I can't find an option to force inspecti…
-
I thought I might make this issue for future reference, or for someone else who encounters this, though I admit I don't have either a fix yet.
I'm not able to get `quartodoc` to load my package on…
-
`mkdocs serve`
INFO - Building documentation...
INFO - [macros] - Macros arguments: {'module_name': 'docs/macros', 'modules': [], 'render_by_default': True, 'include_dir': '', 'include_yaml'…
-
**Is your feature request related to a problem? Please describe.**
I have a repository [here](https://github.com/Jhsmit/param_docs) which generates sphinx docs from `param.Parameterized` classes. The…
-
### Description of the bug
Local override `docstring_style` for global configuration doesn't work.
### To Reproduce
Declare in mkdocs.yaml:
```
plugins:
- mkdocstrings:
enabled: t…