-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🧙 Render new nodetypes for Sphinx autodoc #431
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As these are specific for sphinx, are not used in scientific , and the AST might change. I think these should be their own package. Ideally we have them as an export out of myst-ext-autodoc/react
?
Doing that makes it a bit harder to do the auto reload, but I think it is maybe worth it?
If we did that, then I still think these should come in by default in the themes we have, but other themes can make different choices.
Co-authored-by: Rowan Cockett <[email protected]>
|
Co-authored-by: Rowan Cockett <[email protected]>
Co-authored-by: Rowan Cockett <[email protected]>
In conversation today: we should see how far we can get on doing a pre-transform on the AST to use |
Closed in favour of #443 |
This PR adds some basic styling for mdast nodes emitted by https://github.com/executablebooks/sphinx-ext-mystmd