From e1dc51aa77e900f5f93717e806b297cd89b5024c Mon Sep 17 00:00:00 2001 From: Bouwe Andela Date: Thu, 17 Apr 2025 09:33:33 +0200 Subject: [PATCH] Fix docs build --- .readthedocs.yaml | 4 ++++ environment.yml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 9c3157c50b..506d1f2d1b 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -15,6 +15,10 @@ build: jobs: post_create_environment: - conda run -n ${CONDA_DEFAULT_ENV} pip install . --no-deps + # Print some debugging information: + - conda env export + - locale + - python -m locale # Declare the requirements required to build your docs conda: diff --git a/environment.yml b/environment.yml index cb38f4ce25..592f54b52d 100644 --- a/environment.yml +++ b/environment.yml @@ -36,7 +36,7 @@ dependencies: - psutil - py-cordex - pybtex - - python >=3.10 + - python >=3.10, !=3.13.3 - python-stratify >=0.3 - pyyaml - requests