Add svg->pdf conversion support

This commit is contained in:
Olivier Galibert 2019-01-28 11:09:20 +01:00
parent 9ce054c04b
commit 7e53d69069

View File

@ -32,6 +32,7 @@ extensions = [
'sphinx.ext.mathjax', 'sphinx.ext.mathjax',
'sphinx.ext.viewcode', 'sphinx.ext.viewcode',
'edit_on_github', 'edit_on_github',
'sphinxcontrib.rsvgconverter'
] ]
edit_on_github_project = 'mamedev/mame' edit_on_github_project = 'mamedev/mame'