davemds pushed a commit to branch master.

http://git.enlightenment.org/bindings/python/python-efl.git/commit/?id=26e2b89a9d6a2264c72ae8115179b27faecae450

commit 26e2b89a9d6a2264c72ae8115179b27faecae450
Author: Dave Andreoli <d...@gurumeditation.it>
Date:   Thu Nov 18 08:21:47 2021 +0100

    Docs: use png for inheritance graphs
    
    svg looks a bit better, but the links are then broken :(
---
 doc/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/conf.py b/doc/conf.py
index 3e46417..9668c05 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -103,7 +103,7 @@ else:
     extensions.append('sphinx.ext.inheritance_diagram')
     # svg scale better (look at the full elm dia)
     # but svg links are broken :(
-    graphviz_output_format = 'svg'  # png (default) or svg
+    graphviz_output_format = 'png'  # png (default) or svg
     inheritance_graph_attrs = dict(
         bgcolor = 'gray25',  #404040
     )

-- 


Reply via email to