Skip to content

Commit 801cd2b

Browse files
authored
CI: Temporarily delete two examples files to make ReadTheDocs pass again (#3029)
1 parent 58a19a6 commit 801cd2b

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
@@ -27,7 +27,11 @@ build:
2727
then
2828
exit 183;
2929
fi
30-
pre_build: # Generate api stub files before building
30+
pre_build:
31+
# ReadTheDocs fails to download external resources.
32+
# Temporarily delete the two files to make ReadTheDocs building work again.
33+
- rm examples/gallery/lines/roads.py examples/gallery/maps/choropleth_map.py
34+
# Generate api stub files before building
3135
- make -C doc api
3236

3337
# Build documentation in the doc/ directory with Sphinx

0 commit comments

Comments
 (0)