Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
enable html_image MySt extention
Browse files Browse the repository at this point in the history
maximlt committed Sep 26, 2024

Verified

This commit was signed with the committer’s verified signature.
ThijsBroersen Thijs Broersen
1 parent c31f8b4 commit de90b88
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
@@ -62,7 +62,13 @@
'sphinxext.rediraffe',
]

myst_enable_extensions = ['colon_fence']
myst_enable_extensions = [
# To also use ::: delimiters to denote directives, instead of ```.
'colon_fence',
# MySt-Parser will attempt to convert any isolated img tags (i.e. not
# wrapped in any other HTML) to the internal representation used in sphinx.
'html_image',
]

nbsite_gallery_conf = {
'github_org': 'holoviz',

0 comments on commit de90b88

Please sign in to comment.