From 694b3431b43855bc6dc9969b591ad91ba1c947c0 Mon Sep 17 00:00:00 2001 From: Bryn Pickering <17178478+brynpickering@users.noreply.github.com> Date: Fri, 22 Dec 2023 15:45:39 +0000 Subject: [PATCH] RTD config take N --- .gitignore | 1 + .readthedocs.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f9474f95b..7caf62637 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,4 @@ doc/_build/ doc/_static/notebooks/*.html .ipynb_checkpoints outputs/ +site/ diff --git a/.readthedocs.yml b/.readthedocs.yml index 9f38342ef..59d7d802e 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -7,7 +7,7 @@ build: pre_build: - python ./docs/pre_build/generate_math.py pre_create_environment: - - mamba create -n calliope-docs -c conda-forge -c nodefaults python=3.12 --file requirements/docs.txt --file requirements/base.txt + - mamba create -n calliope-docs -c conda-forge --file requirements/docs.txt --file requirements/base.txt - mamba activate calliope-docs post_create_environment: - pip install --no-deps .