We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add _repr_html_ function to SvgWrapper. This allows chess boards to viewed in sphinx galleries.
_repr_html_
SvgWrapper
def _repr_html_(self): return self`
The text was updated successfully, but these errors were encountered:
7836d44
Sure, done. If this can be done in general, perhaps it's a good idea for Sphinx Galleries to also just support _repr_svg_?
_repr_svg_
Sorry, something went wrong.
Thanks, I agree. I think there is a PR in Sphinx Galleries for that change but it has stalled.
No branches or pull requests
Add
_repr_html_
function toSvgWrapper
. This allows chess boards to viewed in sphinx galleries.The text was updated successfully, but these errors were encountered: