From 14cfd95be88d1344bb50fe94a42eafa2019f67a7 Mon Sep 17 00:00:00 2001 From: bobturneruk Date: Fri, 17 Apr 2020 08:54:33 +0100 Subject: [PATCH] higher res diagrams --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index b1cea5eb..38055b64 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -88,7 +88,7 @@ extensions = [ ] #---sphinx.ext.inheritance_diagram config -inheritance_graph_attrs = dict(rankdir="TB") +inheritance_graph_attrs = dict(rankdir="TB", dpi=1200) #----- Autodoc #import sys