Merge pull request #14096 from minaminao/fix-not-displaying-svg-image

fix(docs): not displaying svg images in PDF
This commit is contained in:
Kamil Śliwak 2023-04-05 19:40:01 +02:00 committed by GitHub
commit 878862a924
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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'