We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d61b54 commit 545aabfCopy full SHA for 545aabf
.readthedocs.yaml
@@ -26,7 +26,11 @@ build:
26
then
27
exit 183;
28
fi
29
- pre_build: # Generate api stub files before building
+ 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
34
- make -C doc api
35
36
# Build documentation in the doc/ directory with Sphinx
0 commit comments