From ee9638faa92a8b2c85ff171a24c42e75301bace8 Mon Sep 17 00:00:00 2001 From: Niels Bantilan Date: Fri, 8 Dec 2023 10:05:33 -0500 Subject: [PATCH] debug 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 18d4e55695e..3d788cc2a58 100644 --- a/docs/.readthedocs.yaml +++ b/docs/.readthedocs.yaml @@ -12,6 +12,7 @@ build: - mamba install -c conda-forge conda-lock - conda-lock install -n monodocs-env monodocs-environment.lock.yaml - conda info + - conda env list - conda list - conda activate monodocs-env - python -m sphinx -T -E -b html -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html