fix: not displaying svg image

This commit is contained in:
minaminao 2023-04-06 01:35:09 +09:00
parent 9020efec58
commit 26c769fe8e

View File

@ -45,6 +45,7 @@ extensions = [
'sphinx_a4doc',
'html_extra_template_renderer',
'remix_code_links',
'sphinx.ext.imgconverter',
]
a4_base_path = os.path.dirname(__file__) + '/grammar'