From 053f735946e6a540e4e8f8e61692766397881978 Mon Sep 17 00:00:00 2001 From: Nicholas Felt Date: Fri, 22 Nov 2024 10:37:20 -0800 Subject: [PATCH] chore: Remove unused env var from .readthedocs.yml (#353) --- .readthedocs.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 74007c29..547f2386 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -6,8 +6,7 @@ build: python: '3.11' # This needs to stay in sync with the tox config in pyproject.toml and any CI scripts nodejs: '20' # This needs to stay in sync with any CI scripts jobs: - post_install: - - FAIL_ON_ACCESS_ERROR=true python scripts/install_insiders_packages.py + post_install: [python scripts/install_insiders_packages.py] python: install: - requirements: docs/requirements.txt