From d69cb0fdf1a4e68eb60ebfa2c8da357835e622a2 Mon Sep 17 00:00:00 2001 From: Sarah Gibson Date: Tue, 27 Aug 2024 11:40:07 +0100 Subject: [PATCH] Add an empty dict for html_context Received NameError: name 'html_context' is not defined in previous commit --- docs/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 6b694feab..313d22c3b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -77,6 +77,8 @@ def setup(app): app.add_css_file("custom.css") +html_context = {} + import os import subprocess