From 14dd49a6a107f249f4d7d00d2082254d722958c6 Mon Sep 17 00:00:00 2001 From: RemDelaporteMathurin Date: Tue, 24 Mar 2026 16:37:19 -0400 Subject: [PATCH 1/3] add environment variables --- .readthedocs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 1b0f3236..5b99957a 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -13,6 +13,8 @@ build: pre_build: # Generate the Sphinx configuration for this Jupyter Book so it builds. - "jupyter-book config sphinx book/" + env: + TQDM_NOTEBOOK_DISABLE: "1" conda: environment: environment.yml From 294ce0163d2b10580eda8881a8d8d1069e1a5856 Mon Sep 17 00:00:00 2001 From: RemDelaporteMathurin Date: Tue, 24 Mar 2026 16:42:07 -0400 Subject: [PATCH 2/3] env to environment --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 5b99957a..a9a6c24c 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -13,7 +13,7 @@ build: pre_build: # Generate the Sphinx configuration for this Jupyter Book so it builds. - "jupyter-book config sphinx book/" - env: + environment: TQDM_NOTEBOOK_DISABLE: "1" conda: From fd6e174e0a12504dcb318c73b99d33c3a85518ac Mon Sep 17 00:00:00 2001 From: RemDelaporteMathurin Date: Tue, 24 Mar 2026 16:45:08 -0400 Subject: [PATCH 3/3] env variable in RTD --- .readthedocs.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index a9a6c24c..1b0f3236 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -13,8 +13,6 @@ build: pre_build: # Generate the Sphinx configuration for this Jupyter Book so it builds. - "jupyter-book config sphinx book/" - environment: - TQDM_NOTEBOOK_DISABLE: "1" conda: environment: environment.yml