Add functions to the Sphinx setup.
(app)
| 137 | |
| 138 | |
| 139 | def setup(app): |
| 140 | """Add functions to the Sphinx setup.""" |
| 141 | if os.environ.get("SKIP_APIDOC", None) is None: |
| 142 | app.connect("builder-inited", run_apidoc) |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…