From 45e6a97000bb6d1fe7643f49f0014d3a033d410d Mon Sep 17 00:00:00 2001 From: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com> Date: Mon, 20 Jan 2025 22:29:40 +0100 Subject: [PATCH] Test doc build time on CI without sphinx-gallery DO NOT MERGE. This is a test to see how much time we spent on running the gallery examples. See https://github.com/matplotlib/matplotlib/issues/22956#issuecomment-2603238292 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e7348b868d4b..28601ee85014 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -147,7 +147,7 @@ commands: export RELEASE_TAG='-t release' fi mkdir -p logs - make html O="-T $RELEASE_TAG -j4 -w /tmp/sphinxerrorswarnings.log" + make html O="-T $RELEASE_TAG -j4 -w /tmp/sphinxerrorswarnings.log -D plot_gallery=0" rm -r build/html/_sources working_directory: doc - save_cache: