Skip to content

Commit 7c43cbd

Browse files
committedMar 7, 2025
doc: xfail example 02-007
1 parent 6baec97 commit 7c43cbd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎docs/conf.py

+5
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,11 @@ def is_allen_api_microarray_service_available():
188188
"run_stale_examples": run_stale_examples,
189189
}
190190

191+
sphinx_gallery_conf.update({
192+
"expected_failing_examples": [
193+
"../examples/02_maps_and_templates/007_adding_custom_parcellation.py" # see https://github.com/FZJ-INM1-BDA/siibra-python/issues/650
194+
]
195+
})
191196
if not is_allen_api_microarray_service_available():
192197
sphinx_gallery_conf.update(
193198
{

0 commit comments

Comments
 (0)
Please sign in to comment.