diff options
author | 2019-01-28 11:09:20 +0100 | |
---|---|---|
committer | 2019-01-28 11:09:20 +0100 | |
commit | 7e53d69069e50166987437ec45a036d203b13d56 (patch) | |
tree | 0ea5cebaa4e97528f69203a044978b14b4dd43ef | |
parent | 9ce054c04bdadd6671392d0d5289c2ae083cac57 (diff) |
Add svg->pdf conversion support
-rw-r--r-- | docs/source/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py index 0272749c9b3..4130e982e30 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -32,6 +32,7 @@ extensions = [ 'sphinx.ext.mathjax', 'sphinx.ext.viewcode', 'edit_on_github', + 'sphinxcontrib.rsvgconverter' ] edit_on_github_project = 'mamedev/mame' |