Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bb9598d

Browse files
authored
Merge pull request #17919 from meeseeksmachine/auto-backport-of-pr-17913-on-v3.3.x
Backport PR #17913 on branch v3.3.x (Revert using SVG inheritance diagrams)
2 parents f1d3df9 + 31385e5 commit bb9598d

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)