From 355ddc2d6c275470dc35afd3f6f6c53412aefcc9 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Tue, 2 May 2023 07:27:06 +0300 Subject: [PATCH] TEMP print all env vars --- .readthedocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 898a9ae89dbb92..46f0c326997037 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -13,6 +13,7 @@ build: python: "3" commands: + - printenv - make -C Doc venv html - mkdir _readthedocs - mv Doc/build/html _readthedocs/html