Skip to content

Commit

Permalink
Fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
ericholscher committed Jul 16, 2019
1 parent ab5a7aa commit 84aa0ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readthedocs_ext/readthedocs.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def update_body(app, pagename, templatename, context, doctree):
# has done with their `app.builder.templates` before now.

if (
app.builder.name in online_builders and not
app.builder.name in ONLINE_BUILDERS and not
hasattr(app.builder.templates.render, '_patched')
):
# Janky monkey patch of template rendering to add our content
Expand Down

0 comments on commit 84aa0ab

Please sign in to comment.