Skip to content

Commit 18d418f

Browse files
readdocs (images fix)
1 parent 1632420 commit 18d418f

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

docs/conf.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,10 @@
1515
}
1616

1717
# Utilize the standard Read the Docs visual theme
18-
html_theme = 'sphinx_rtd_theme'
18+
html_theme = 'sphinx_rtd_theme'
19+
20+
myst_enable_extensions = [
21+
"html_image", # Allows raw HTML <img> tags to render
22+
"html_admonition", # Allows raw HTML blocks
23+
"colon_fence", # Enables ::: fenced directives
24+
]

0 commit comments

Comments
 (0)