Skip to content

Commit 545aabf

Browse files
authored
CI: Temporarily delete two examples files to make ReadTheDocs pass again (#2995)
1 parent 2d61b54 commit 545aabf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.readthedocs.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,11 @@ build:
2626
then
2727
exit 183;
2828
fi
29-
pre_build: # Generate api stub files before building
29+
pre_build:
30+
# ReadTheDocs fails to download external resources.
31+
# Temporarily delete the two files to make ReadTheDocs building work again.
32+
- rm examples/gallery/lines/roads.py examples/gallery/maps/choropleth_map.py
33+
# Generate api stub files before building
3034
- make -C doc api
3135

3236
# Build documentation in the doc/ directory with Sphinx

0 commit comments

Comments
 (0)