Skip to content

Commit

Permalink
Add an empty dict for html_context
Browse files Browse the repository at this point in the history
Received NameError: name 'html_context' is not defined in previous commit
  • Loading branch information
sgibson91 committed Aug 27, 2024
1 parent ff7700d commit d69cb0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ def setup(app):
app.add_css_file("custom.css")


html_context = {}

import os
import subprocess

Expand Down

0 comments on commit d69cb0f

Please sign in to comment.