|
170 | 170 | # Graphviz configuration - simplified to avoid emoji font issues |
171 | 171 | graphviz_output_format = "png" |
172 | 172 | graphviz_dot_args = ["-Gfontname=Arial", "-Nfontname=Arial", "-Efontname=Arial"] |
173 | | -inheritance_graph_attrs = dict( |
174 | | - rankdir="TB", size='"6.0, 8.0"', fontsize=14, ratio="compress" |
175 | | -) |
| 173 | +inheritance_graph_attrs = { |
| 174 | + "rankdir": "TB", "size": '"6.0, 8.0"', "fontsize": 14, "ratio": "compress" |
| 175 | +} |
176 | 176 |
|
177 | 177 | # Enhanced extensions for advanced documentation |
178 | 178 | extensions.extend( |
|
188 | 188 |
|
189 | 189 | # Graphviz configuration |
190 | 190 | graphviz_output_format = "png" |
191 | | -inheritance_graph_attrs = dict( |
192 | | - rankdir="TB", size='"6.0, 8.0"', fontsize=14, ratio="compress" |
193 | | -) |
| 191 | +inheritance_graph_attrs = { |
| 192 | + "rankdir": "TB", "size": '"6.0, 8.0"', "fontsize": 14, "ratio": "compress" |
| 193 | +} |
194 | 194 |
|
195 | 195 | # Add custom CSS |
196 | 196 | html_static_path = ["_static"] |
|
212 | 212 |
|
213 | 213 | # Graphviz configuration |
214 | 214 | graphviz_output_format = "png" |
215 | | -inheritance_graph_attrs = dict( |
216 | | - rankdir="TB", size='"6.0, 8.0"', fontsize=14, ratio="compress" |
217 | | -) |
| 215 | +inheritance_graph_attrs = { |
| 216 | + "rankdir": "TB", "size": '"6.0, 8.0"', "fontsize": 14, "ratio": "compress" |
| 217 | +} |
218 | 218 |
|
219 | 219 | # Enhanced HTML theme configuration |
220 | 220 | html_theme_options = { |
|
245 | 245 |
|
246 | 246 | # Graphviz configuration |
247 | 247 | graphviz_output_format = "png" |
248 | | -inheritance_graph_attrs = dict( |
249 | | - rankdir="TB", size='"6.0, 8.0"', fontsize=14, ratio="compress" |
250 | | -) |
| 248 | +inheritance_graph_attrs = { |
| 249 | + "rankdir": "TB", "size": '"6.0, 8.0"', "fontsize": 14, "ratio": "compress" |
| 250 | +} |
251 | 251 |
|
252 | 252 | # Enhanced HTML theme configuration |
253 | 253 | html_theme_options = { |
|
278 | 278 |
|
279 | 279 | # Graphviz configuration |
280 | 280 | graphviz_output_format = "png" |
281 | | -inheritance_graph_attrs = dict( |
282 | | - rankdir="TB", size='"6.0, 8.0"', fontsize=14, ratio="compress" |
283 | | -) |
| 281 | +inheritance_graph_attrs = { |
| 282 | + "rankdir": "TB", "size": '"6.0, 8.0"', "fontsize": 14, "ratio": "compress" |
| 283 | +} |
284 | 284 |
|
285 | 285 | # Enhanced HTML theme configuration |
286 | 286 | html_theme_options = { |
|
311 | 311 |
|
312 | 312 | # Graphviz configuration |
313 | 313 | graphviz_output_format = "png" |
314 | | -inheritance_graph_attrs = dict( |
315 | | - rankdir="TB", size='"6.0, 8.0"', fontsize=14, ratio="compress" |
316 | | -) |
| 314 | +inheritance_graph_attrs = { |
| 315 | + "rankdir": "TB", "size": '"6.0, 8.0"', "fontsize": 14, "ratio": "compress" |
| 316 | +} |
317 | 317 |
|
318 | 318 | # Enhanced HTML theme configuration |
319 | 319 | html_theme_options = { |
|
344 | 344 |
|
345 | 345 | # Graphviz configuration |
346 | 346 | graphviz_output_format = "png" |
347 | | -inheritance_graph_attrs = dict( |
348 | | - rankdir="TB", size='"6.0, 8.0"', fontsize=14, ratio="compress" |
349 | | -) |
| 347 | +inheritance_graph_attrs = { |
| 348 | + "rankdir": "TB", "size": '"6.0, 8.0"', "fontsize": 14, "ratio": "compress" |
| 349 | +} |
350 | 350 |
|
351 | 351 | # Enhanced HTML theme configuration |
352 | 352 | html_theme_options = { |
|
377 | 377 |
|
378 | 378 | # Graphviz configuration |
379 | 379 | graphviz_output_format = "png" |
380 | | -inheritance_graph_attrs = dict( |
381 | | - rankdir="TB", size='"6.0, 8.0"', fontsize=14, ratio="compress" |
382 | | -) |
| 380 | +inheritance_graph_attrs = { |
| 381 | + "rankdir": "TB", "size": '"6.0, 8.0"', "fontsize": 14, "ratio": "compress" |
| 382 | +} |
383 | 383 |
|
384 | 384 | # Enhanced HTML theme configuration |
385 | 385 | html_theme_options = { |
|
410 | 410 |
|
411 | 411 | # Graphviz configuration |
412 | 412 | graphviz_output_format = "png" |
413 | | -inheritance_graph_attrs = dict( |
414 | | - rankdir="TB", size='"6.0, 8.0"', fontsize=14, ratio="compress" |
415 | | -) |
| 413 | +inheritance_graph_attrs = { |
| 414 | + "rankdir": "TB", "size": '"6.0, 8.0"', "fontsize": 14, "ratio": "compress" |
| 415 | +} |
416 | 416 |
|
417 | 417 | # Enhanced HTML theme configuration |
418 | 418 | html_theme_options = { |
|
443 | 443 |
|
444 | 444 | # Graphviz configuration |
445 | 445 | graphviz_output_format = "png" |
446 | | -inheritance_graph_attrs = dict( |
447 | | - rankdir="TB", size='"6.0, 8.0"', fontsize=14, ratio="compress" |
448 | | -) |
| 446 | +inheritance_graph_attrs = { |
| 447 | + "rankdir": "TB", "size": '"6.0, 8.0"', "fontsize": 14, "ratio": "compress" |
| 448 | +} |
449 | 449 |
|
450 | 450 | # Enhanced HTML theme configuration |
451 | 451 | html_theme_options = { |
|
476 | 476 |
|
477 | 477 | # Graphviz configuration |
478 | 478 | graphviz_output_format = "png" |
479 | | -inheritance_graph_attrs = dict( |
480 | | - rankdir="TB", size='"6.0, 8.0"', fontsize=14, ratio="compress" |
481 | | -) |
| 479 | +inheritance_graph_attrs = { |
| 480 | + "rankdir": "TB", "size": '"6.0, 8.0"', "fontsize": 14, "ratio": "compress" |
| 481 | +} |
482 | 482 |
|
483 | 483 | # Enhanced HTML theme configuration |
484 | 484 | html_theme_options = { |
|
509 | 509 |
|
510 | 510 | # Graphviz configuration |
511 | 511 | graphviz_output_format = "png" |
512 | | -inheritance_graph_attrs = dict( |
513 | | - rankdir="TB", size='"6.0, 8.0"', fontsize=14, ratio="compress" |
514 | | -) |
| 512 | +inheritance_graph_attrs = { |
| 513 | + "rankdir": "TB", "size": '"6.0, 8.0"', "fontsize": 14, "ratio": "compress" |
| 514 | +} |
515 | 515 |
|
516 | 516 | # Enhanced HTML theme configuration |
517 | 517 | html_theme_options = { |
|
542 | 542 |
|
543 | 543 | # Graphviz configuration |
544 | 544 | graphviz_output_format = "png" |
545 | | -inheritance_graph_attrs = dict( |
546 | | - rankdir="TB", size='"6.0, 8.0"', fontsize=14, ratio="compress" |
547 | | -) |
| 545 | +inheritance_graph_attrs = { |
| 546 | + "rankdir": "TB", "size": '"6.0, 8.0"', "fontsize": 14, "ratio": "compress" |
| 547 | +} |
548 | 548 |
|
549 | 549 | # Enhanced HTML theme configuration |
550 | 550 | html_theme_options = { |
|
575 | 575 |
|
576 | 576 | # Graphviz configuration |
577 | 577 | graphviz_output_format = "png" |
578 | | -inheritance_graph_attrs = dict( |
579 | | - rankdir="TB", size='"6.0, 8.0"', fontsize=14, ratio="compress" |
580 | | -) |
| 578 | +inheritance_graph_attrs = { |
| 579 | + "rankdir": "TB", "size": '"6.0, 8.0"', "fontsize": 14, "ratio": "compress" |
| 580 | +} |
581 | 581 |
|
582 | 582 | # Enhanced HTML theme configuration |
583 | 583 | html_theme_options = { |
|
608 | 608 |
|
609 | 609 | # Graphviz configuration |
610 | 610 | graphviz_output_format = "png" |
611 | | -inheritance_graph_attrs = dict( |
612 | | - rankdir="TB", size='"6.0, 8.0"', fontsize=14, ratio="compress" |
613 | | -) |
| 611 | +inheritance_graph_attrs = { |
| 612 | + "rankdir": "TB", "size": '"6.0, 8.0"', "fontsize": 14, "ratio": "compress" |
| 613 | +} |
614 | 614 |
|
615 | 615 | # Enhanced HTML theme configuration |
616 | 616 | html_theme_options = { |
|
641 | 641 |
|
642 | 642 | # Graphviz configuration |
643 | 643 | graphviz_output_format = "png" |
644 | | -inheritance_graph_attrs = dict( |
645 | | - rankdir="TB", size='"6.0, 8.0"', fontsize=14, ratio="compress" |
646 | | -) |
| 644 | +inheritance_graph_attrs = { |
| 645 | + "rankdir": "TB", "size": '"6.0, 8.0"', "fontsize": 14, "ratio": "compress" |
| 646 | +} |
647 | 647 |
|
648 | 648 | # Enhanced HTML theme configuration |
649 | 649 | html_theme_options = { |
|
674 | 674 |
|
675 | 675 | # Graphviz configuration |
676 | 676 | graphviz_output_format = "png" |
677 | | -inheritance_graph_attrs = dict( |
678 | | - rankdir="TB", size='"6.0, 8.0"', fontsize=14, ratio="compress" |
679 | | -) |
| 677 | +inheritance_graph_attrs = { |
| 678 | + "rankdir": "TB", "size": '"6.0, 8.0"', "fontsize": 14, "ratio": "compress" |
| 679 | +} |
680 | 680 |
|
681 | 681 | # Enhanced HTML theme configuration |
682 | 682 | html_theme_options = { |
|
0 commit comments