We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 58a7419 + 200a296 commit 58d5f99Copy full SHA for 58d5f99
conf.py
@@ -42,6 +42,9 @@
42
# Grab the JSON values to use while building the module support matrix
43
# in 'shared-bindings/index.rst'
44
45
+# The stubs must be built before we calculate the shared bindings matrix
46
+subprocess.check_output(["make", "stubs"])
47
+
48
#modules_support_matrix = shared_bindings_matrix.support_matrix_excluded_boards()
49
modules_support_matrix = shared_bindings_matrix.support_matrix_by_board()
50
@@ -77,7 +80,6 @@
77
80
'.md': 'markdown',
78
81
}
79
82
-subprocess.check_output(["make", "stubs"])
83
extensions.append('autoapi.extension')
84
85
autoapi_type = 'python'
0 commit comments