(num)
| 51 | build_sphinx_html(tmp_path, doctree_dir, html_dir) |
| 52 | |
| 53 | def plot_file(num): |
| 54 | return img_dir / f'some_plots-{num}.png' |
| 55 | |
| 56 | def plot_directive_file(num): |
| 57 | # This is always next to the doctree dir. |
no outgoing calls
no test coverage detected
searching dependent graphs…