Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d7feb03 + def9186 commit 56ca51fCopy full SHA for 56ca51f
1 file changed
doc/conf.py
@@ -378,7 +378,9 @@ def _check_dependencies():
378
inheritance_node_attrs = dict(fontsize=16)
379
380
graphviz_dot = shutil.which('dot')
381
-graphviz_output_format = 'svg'
+# Still use PNG until SVG linking is fixed
382
+# https://github.com/sphinx-doc/sphinx/issues/3176
383
+# graphviz_output_format = 'svg'
384
385
386
def setup(app):
0 commit comments