From e670f373bc0c33ff9bb23da9129215f566250b60 Mon Sep 17 00:00:00 2001 From: Niels Bantilan Date: Fri, 8 Dec 2023 10:36:11 -0500 Subject: [PATCH] print env Signed-off-by: Niels Bantilan --- docs/.readthedocs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/.readthedocs.yaml b/docs/.readthedocs.yaml index 33e30020107..ec24a8cc948 100644 --- a/docs/.readthedocs.yaml +++ b/docs/.readthedocs.yaml @@ -14,6 +14,7 @@ build: - conda info - conda env list - conda list + - printenv | sort - python -m sphinx -T -E -b html -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html # Build documentation in the docs/ directory with Sphinx