-
I see that pytkdocs has a single configuration option, though it's unclear where I can set that helpful regex in the `mkdocs.yml` under mkdocstrings. I've got a special class function that I don't rea…
-
Often, you'll only want to document a subset of methods & attributes. For example: https://raw.githubusercontent.com/DataDog/integrations-core/hack-a-doc/docs/developer/base/api.md
Is that possible…
-
This is the error I'm getting trying to run mkdocs build. I had everything working in a previous version (prior to removal of documenter.py).
```
C:\Users\u609587\Desktop\oompa>mkdocs build
INFO…
-
**Is your feature request related to a problem? Please describe.**
I'm trying to use `mkdocstrings` to document an API that I wrote in Django. However, if you try to access anything in the library wi…