Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytorch/tutorials
/ setup
Function
setup
conf.py:468–470 ·
view source on GitHub ↗
(app)
Source
from the content-addressed store, hash-verified
466
467
468
def
setup(app):
469
app.connect(
"source-read"
, handle_jinja_templates)
470
app.connect(
"html-page-context"
, html_page_context)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected