Skip to content

Commit e121e26

Browse files
committed
shared_bindings_matrix: Use stubs, not shared-bindings
This fixes a problem where things that were in extmod/ could not be listed.
1 parent 5422dd6 commit e121e26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/shared_bindings_matrix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def get_circuitpython_root_dir():
4343
def get_shared_bindings():
4444
""" Get a list of modules in shared-bindings based on folder names
4545
"""
46-
shared_bindings_dir = get_circuitpython_root_dir() / "shared-bindings"
46+
shared_bindings_dir = get_circuitpython_root_dir() / "circuitpython-stubs"
4747
return [item.name for item in shared_bindings_dir.iterdir()]
4848

4949

0 commit comments

Comments
 (0)