From 9f1859489293e7eb822982ba1bd76d0db372eecc Mon Sep 17 00:00:00 2001 From: Ludovico Bianchi Date: Fri, 31 May 2024 11:58:19 -0500 Subject: [PATCH] Prevent notebooks from being executed on ReadTheDocs build (#122) --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index d0624c56..db0be9c9 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -7,7 +7,7 @@ build: jobs: pre_build: # Set conf vars and update the Sphinx configuration (conf.py) - - idaesx conf --execute cache --timeout 600 --sphinx --show + - idaesx conf --execute off --sphinx --show python: install: - requirements: requirements-dev.txt