We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4ad4e6 commit 0d69820Copy full SHA for 0d69820
.readthedocs.yaml
@@ -26,11 +26,7 @@ build:
26
then
27
exit 183;
28
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
+ pre_build: # Generate api stub files before building
34
- make -C doc api
35
36
# Build documentation in the doc/ directory with Sphinx
0 commit comments