Skip to content

Commit 1392a94

Browse files
committed
add docs external project to suite.py
1 parent c8ced0c commit 1392a94

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

mx.graalpython/suite.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,18 @@
162162
"source": [],
163163
},
164164

165+
"docs.user": {
166+
"type": "python",
167+
"path": 'docs',
168+
"source": ["user"],
169+
},
170+
171+
"docs.contributor": {
172+
"type": "python",
173+
"path": 'docs',
174+
"source": ["contributor"],
175+
},
176+
165177
"com.oracle.graal.python.cext": {
166178
"type": "python",
167179
"path": "graalpython/com.oracle.graal.python.cext",

0 commit comments

Comments
 (0)