Skip to content

Commit 4a85c9d

Browse files
committed
Increase fontsize in inheritance graphs
This closes #15109.
1 parent 74ed294 commit 4a85c9d

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
@@ -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)