summaryrefslogtreecommitdiffstatshomepage
path: root/docs/source/conf.py
diff options
context:
space:
mode:
author Olivier Galibert <galibert@pobox.com>2019-01-28 11:09:20 +0100
committer Olivier Galibert <galibert@pobox.com>2019-01-28 11:09:20 +0100
commit7e53d69069e50166987437ec45a036d203b13d56 (patch)
tree0ea5cebaa4e97528f69203a044978b14b4dd43ef /docs/source/conf.py
parent9ce054c04bdadd6671392d0d5289c2ae083cac57 (diff)
Add svg->pdf conversion support
Diffstat (limited to 'docs/source/conf.py')
-rw-r--r--docs/source/conf.py1
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'