Skip to content

Commit 73b3a8f

Browse files
authored
Merge pull request #15405 from meeseeksmachine/auto-backport-of-pr-15391-on-v3.2.x
Backport PR #15391 on branch v3.2.x (Increase fontsize in inheritance graphs)
2 parents a87cd8a + a145212 commit 73b3a8f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/conf.py

+2
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,8 @@ def _check_dependencies():
364364

365365
html4_writer = True
366366

367+
inheritance_node_attrs = dict(fontsize=16)
368+
367369

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

0 commit comments

Comments
 (0)