Replies: 1 comment
|
Happy to get a feature request for configuration presets! Could you open a new issue? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Currently it is possible to set some global configurations via
mkdocs.yaml. This can be locally overriden when invoking the docstring via::: my_func. However, sometimes I need to have different "configs" defined that takes many lines to define. This requires me to copy paste a bunch of lines. If I wanted to change it, I would need to search all of the different mkdocstrings invocations and modify them manually. Isn't it possible to group different common configurations so that I can make reference to it in the mkdocstrings call? I did not manage to find anythingAll reactions