Skip to content

Commit

Permalink
I guess this hack can be removed again?
Browse files Browse the repository at this point in the history
  • Loading branch information
almarklein committed Oct 2, 2023
1 parent e85adf4 commit f2cd43a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
import os
import sys
import shutil
import collections


ROOT_DIR = os.path.abspath(os.path.join(__file__, "..", ".."))
Expand All @@ -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,
Expand Down

0 comments on commit f2cd43a

Please sign in to comment.