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 58a19a6 commit 801cd2bCopy full SHA for 801cd2b
.readthedocs.yaml
@@ -27,7 +27,11 @@ build:
27
then
28
exit 183;
29
fi
30
- pre_build: # Generate api stub files before building
+ 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
35
- make -C doc api
36
37
# Build documentation in the doc/ directory with Sphinx
0 commit comments