(dir)
| 30 | :todo: should only affect html built |
| 31 | """ |
| 32 | def join(dir): |
| 33 | return os.path.join(app.builder.outdir, dir) |
| 34 | |
| 35 | for item in os.listdir(app.builder.outdir): |
| 36 | if item.startswith('_') and os.path.isdir(join(item)): |
no test coverage detected