Skip to content

Commit 2ef5f1f

Browse files
Exclude mujocoUtils folder from documentation
1 parent 62f6d4a commit 2ef5f1f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/source/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,8 @@ def grabRelevantFiles(self,dir_path):
323323
"msgAutoSource" in dirs_in_dir[i] or \
324324
"alg_contain" in dirs_in_dir[i] or \
325325
"dataForExamples" in dirs_in_dir[i] or \
326-
"tests" in dirs_in_dir[i]:
326+
"tests" in dirs_in_dir[i] or \
327+
"mujocoUtils" in dirs_in_dir[i]:
327328
removeList.extend([i])
328329
for i in sorted(removeList, reverse=True):
329330
del dirs_in_dir[i]

0 commit comments

Comments
 (0)