Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@ build:
then
exit 183;
fi
pre_build: # Generate api stub files before building
pre_build:
# ReadTheDocs fails to download external resources.
# Temporarily delete the two files to make ReadTheDocs building work again.
- rm examples/gallery/lines/roads.py examples/gallery/maps/choropleth_map.py
# Generate api stub files before building
- make -C doc api

# Build documentation in the doc/ directory with Sphinx
Expand Down