From 31385e57062652be5426e58b15faee8d81466f38 Mon Sep 17 00:00:00 2001 From: Thomas A Caswell Date: Tue, 14 Jul 2020 09:37:33 -0400 Subject: [PATCH] Backport PR #17913: Revert using SVG inheritance diagrams --- doc/conf.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 8b4124537411..392e8c4e9bbd 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -378,7 +378,9 @@ def _check_dependencies(): inheritance_node_attrs = dict(fontsize=16) graphviz_dot = shutil.which('dot') -graphviz_output_format = 'svg' +# Still use PNG until SVG linking is fixed +# https://github.com/sphinx-doc/sphinx/issues/3176 +# graphviz_output_format = 'svg' def setup(app):