(app: Sphinx)
| 53 | |
| 54 | |
| 55 | def setup(app: Sphinx): |
| 56 | app.connect("source-read", process_source_file) |
| 57 | return dict( |
| 58 | parallel_read_safe=True, |
| 59 | parallel_write_safe=True, |
| 60 | ) |
nothing calls this directly
no test coverage detected
searching dependent graphs…