Replies: 2 comments
-
Here it is: mkdocstrings/mkdocstrings#726. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you for letting us know! We'll adapt our code to take these changes into account |
Beta Was this translation helpful? Give feedback.
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.
-
I see that you add your own extension to the config of mkdocstrings' autodoc processor:
edsnlp/tests/extract_docs_code.py
Line 95 in f14900d
Note that following a refactor (work in progress), this attribute won't exist in the next version of mkdocstrings.
I'm not sure to understand how this code is used, and what for, so I'm not sure how to fix it. Just know that if you modify the global config's
markdown_extensions
list, our processor should pick it up. I'll let you know once there's a branch you can test on.Beta Was this translation helpful? Give feedback.
All reactions