Attempt to fix inheritance graphs by changing output format to svg

This commit is contained in:
Kai Huuhko 2013-11-21 23:20:31 +02:00
parent 4d493bfd27
commit cfbd5db819
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ except ImportError:
pass
else:
extensions.append('sphinx.ext.inheritance_diagram')
graphviz_output_format = "png" # png (default) or svg
graphviz_output_format = "svg" # png (default) or svg
graphviz_dot_args = ["-Gbgcolor=transparent", "-Ncolor=#4399FF", "-Nfontcolor=white", "-Ecolor=blue"]
try: