Skip to content

Commit

Permalink
Exclude mujocoUtils folder from documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
juan-g-bonilla committed Jan 22, 2025
1 parent afbc581 commit 68886e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,8 @@ def grabRelevantFiles(self,dir_path):
"msgAutoSource" in dirs_in_dir[i] or \
"alg_contain" in dirs_in_dir[i] or \
"dataForExamples" in dirs_in_dir[i] or \
"tests" in dirs_in_dir[i]:
"tests" in dirs_in_dir[i] or \
"mujocoUtils" in dirs_in_dir[i]:
removeList.extend([i])
for i in sorted(removeList, reverse=True):
del dirs_in_dir[i]
Expand Down

0 comments on commit 68886e1

Please sign in to comment.