MCPcopy Create free account
hub / github.com/executablebooks/markdown-it-py / setup

Function setup

docs/conf.py:139–142  ·  view source on GitHub ↗

Add functions to the Sphinx setup.

(app)

Source from the content-addressed store, hash-verified

137
138
139def 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)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…