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,