From d2a49c7f9998249cf4ed23c631bdbc976b9ba8cf Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Thu, 23 Apr 2020 16:08:41 -0300 Subject: Add Design Doc 004: Wallet Withdrawal Flow --- conf.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'conf.py') 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' -- cgit v1.2.3