Skip to content

Commit 56b98db

Browse files
authored
Merge pull request #15391 from Psirus/fontsize_inheritance_graphs
Increase fontsize in inheritance graphs
2 parents ec2046f + 4a85c9d commit 56b98db

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,8 @@ def _check_dependencies():
366366

367367
html4_writer = True
368368

369+
inheritance_node_attrs = dict(fontsize=16)
370+
369371

370372
def setup(app):
371373
if any(st in version for st in ('post', 'alpha', 'beta')):

0 commit comments

Comments
 (0)