From 4890e398a1e08ba045032b1d6e9724ab7d966e0e Mon Sep 17 00:00:00 2001 From: Niels Bantilan Date: Fri, 8 Dec 2023 09:59:09 -0500 Subject: [PATCH] debug Signed-off-by: Niels Bantilan --- docs/.readthedocs.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/.readthedocs.yaml b/docs/.readthedocs.yaml index 91932aa6c0a..18d4e55695e 100644 --- a/docs/.readthedocs.yaml +++ b/docs/.readthedocs.yaml @@ -11,6 +11,8 @@ build: commands: - mamba install -c conda-forge conda-lock - conda-lock install -n monodocs-env monodocs-environment.lock.yaml + - conda info + - conda list - conda activate monodocs-env - python -m sphinx -T -E -b html -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html