summaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2020-04-23 16:08:41 -0300
committerTorsten Grote <t@grobox.de>2020-04-23 16:08:41 -0300
commitd2a49c7f9998249cf4ed23c631bdbc976b9ba8cf (patch)
tree3d18c0e32206c0d5a8d21c7d308e25f2a167c6c2 /conf.py
parent3c1500b932e81453d5acbb0b83422953dd56a0ec (diff)
downloaddocs-d2a49c7f9998249cf4ed23c631bdbc976b9ba8cf.tar.gz
docs-d2a49c7f9998249cf4ed23c631bdbc976b9ba8cf.tar.bz2
docs-d2a49c7f9998249cf4ed23c631bdbc976b9ba8cf.zip
Add Design Doc 004: Wallet Withdrawal Flow
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/conf.py b/conf.py
index 4010d57b..a1a653af 100644
--- a/conf.py
+++ b/conf.py
@@ -57,6 +57,7 @@ extensions = [
'sphinx.ext.imgmath',
'httpdomain.httpdomain',
'recommonmark',
+ 'sphinx.ext.graphviz',
]
# Add any paths that contain templates here, relative to this directory.
@@ -350,3 +351,7 @@ texinfo_documents = [
# If true, do not generate a @detailmenu in the "Top" node's menu.
#texinfo_no_detailmenu = False
+
+# The output format for Graphviz when building HTML files.
+# This must be either 'png' or 'svg'; the default is 'png'.
+graphviz_output_format = 'svg'