From f2cd43a689caa492b96fdfff33718ff4d9459250 Mon Sep 17 00:00:00 2001 From: Almar Klein Date: Mon, 2 Oct 2023 16:23:34 +0200 Subject: [PATCH] I guess this hack can be removed again? --- docs/conf.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 9ec002df..d198f66a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -14,7 +14,6 @@ import os import sys import shutil -import collections ROOT_DIR = os.path.abspath(os.path.join(__file__, "..", "..")) @@ -26,9 +25,6 @@ import wgpu.gui # noqa: E402 -# Hack to get napoleon sphynx ext working -collections.Callable = collections.abc.Callable - # -- Tests ------------------------------------------------------------------- # Ensure that all classes are references in the alphabetic list,