Skip to content

Commit 0d69820

Browse files
authored
Revert "CI: Temporarily delete two examples files to make ReadTheDocs pass again (#2995)" (#3000)
1 parent f4ad4e6 commit 0d69820

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,7 @@ build:
2626
then
2727
exit 183;
2828
fi
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
29+
pre_build: # Generate api stub files before building
3430
- make -C doc api
3531

3632
# Build documentation in the doc/ directory with Sphinx

0 commit comments

Comments
 (0)