From 801cd2b83fc04583ecf79065a616768abb7c661f Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Thu, 1 Feb 2024 09:30:53 +0800 Subject: [PATCH] CI: Temporarily delete two examples files to make ReadTheDocs pass again (#3029) --- .readthedocs.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 5416fad1bc0..62f5061de00 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -27,7 +27,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