(app)
| 161 | |
| 162 | |
| 163 | def setup(app): |
| 164 | # Hook to allow for automatic generation of API docs |
| 165 | # before doc deployment begins. |
| 166 | app.connect("builder-inited", generate_apidocs) |
| 167 | |
| 168 | |
| 169 | # -- Linkcode configuration -------------------------------------------------- |
no outgoing calls
no test coverage detected
searching dependent graphs…