Skip to content

Commit def9186

Browse files
committed
Revert using SVG inheritance diagrams
because linking is broken.
1 parent 278cdbe commit def9186

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/conf.py

+3-1
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)