8000 Backport PR #17913: Revert using SVG inheritance diagrams · matplotlib/matplotlib@31385e5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 31385e5

Browse files
tacaswellmeeseeksmachine
authored andcommitted
Backport PR #17913: Revert using SVG inheritance diagrams
1 parent f1d3df9 commit 31385e5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,9 @@ def _check_dependencies():
378378
inheritance_node_attrs = dict(fontsize=16)
379379

380380
graphviz_dot = shutil.which('dot')
381-
graphviz_output_format = 'svg'
381+
# Still use PNG until SVG linking is fixed
382+
# https://github.com/sphinx-doc/sphinx/issues/3176
383+
# graphviz_output_format = 'svg'
382384

383385

384386
def setup(app):

0 commit comments

Comments
 (0)
0