Skip to content

Commit

Permalink
fix docs?
Browse files Browse the repository at this point in the history
  • Loading branch information
almarklein committed Oct 2, 2023
1 parent db70df2 commit 0528d3f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
import os
import sys
import shutil
import collections


ROOT_DIR = os.path.abspath(os.path.join(__file__, "..", ".."))
sys.path.insert(0, ROOT_DIR)
Expand All @@ -24,6 +26,9 @@
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 0528d3f

Please sign in to comment.