Skip to content

Commit d5c3daa

Browse files
committed
Disable the doc generator for tests.
1 parent 90f7759 commit d5c3daa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), "..")))
44

5+
os.environ["SDL_DOC_GENERATOR"] = "0"
6+
57
import sdl3, ctypes
68

79
functions = {}

0 commit comments

Comments
 (0)