Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit 84aa0ab

Browse files
committed
Fix variable name
1 parent ab5a7aa commit 84aa0ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs_ext/readthedocs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ def update_body(app, pagename, templatename, context, doctree):
111111
# has done with their `app.builder.templates` before now.
112112

113113
if (
114-
app.builder.name in online_builders and not
114+
app.builder.name in ONLINE_BUILDERS and not
115115
hasattr(app.builder.templates.render, '_patched')
116116
):
117117
# Janky monkey patch of template rendering to add our content

0 commit comments

Comments
 (0)