Skip to content

Commit 8ae1616

Browse files
committed
Fix invalid intellij project structure
1 parent c619644 commit 8ae1616

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

mx.graalpython/suite.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -174,14 +174,14 @@
174174

175175
"docs.user": {
176176
"type": "python",
177-
"path": 'docs',
178-
"source": ["user"],
177+
"path": 'docs/user',
178+
"source": [],
179179
},
180180

181181
"docs.contributor": {
182182
"type": "python",
183-
"path": 'docs',
184-
"source": ["contributor"],
183+
"path": 'docs/contributor',
184+
"source": [],
185185
},
186186

187187
"com.oracle.graal.python.cext": {

0 commit comments

Comments
 (0)