From: =?utf-8?b?T25kxZllaiBOb3bDvQ==?= <onovy@debian.org>
Date: Sun, 31 Mar 2024 06:44:38 +0000
Subject: Set nbsphinx_allow_errors to workaround docs building.

Forwarded: not-needed
---
 docs/conf.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/conf.py b/docs/conf.py
index 2364d1a..335c06a 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -242,3 +242,5 @@ not_installed = {
     ]
 }
 """
+
+nbsphinx_allow_errors = True
