You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
558 B
11 lines
558 B
2 months ago
|
--- doc/conf.py.orig 2023-04-04 13:40:23.000000000 -0600
|
||
|
+++ doc/conf.py 2023-04-07 16:30:21.987007962 -0600
|
||
|
@@ -51,6 +51,7 @@ sphinx_gallery_conf = {
|
||
|
"backreferences_dir": "modules/generated",
|
||
|
"image_scrapers": ("matplotlib",),
|
||
|
"plot_gallery": "True",
|
||
|
+ "expected_failing_examples": ["../examples/geospatial/plot_delaunay.py", "../examples/geospatial/plot_lines.py", "../examples/geospatial/plot_osmnx.py", "../examples/geospatial/plot_points.py", "../examples/graph/plot_football.py"]
|
||
|
}
|
||
|
# Add pygraphviz png scraper, if available
|
||
|
try:
|