8000
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.
1 parent f1d3df9 commit 31385e5Copy full SHA for 31385e5
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