From 1f044cc459a3e6092597c22dc97c2bfbf74e9685 Mon Sep 17 00:00:00 2001 From: Bryn Pickering <17178478+brynpickering@users.noreply.github.com> Date: Fri, 22 Dec 2023 15:36:55 +0000 Subject: [PATCH] change environment name --- .readthedocs.yml | 3 ++- requirements/docs.txt | 24 ++++++++++++------------ 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index ded278fb..9f38342e 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -7,7 +7,8 @@ build: pre_build: - python ./docs/pre_build/generate_math.py pre_create_environment: - - mamba create -n base -c conda-forge -c nodefaults python=3.12 --file requirements/docs.txt --file requirements/base.txt + - mamba create -n calliope-docs -c conda-forge -c nodefaults python=3.12 --file requirements/docs.txt --file requirements/base.txt + - mamba activate calliope-docs post_create_environment: - pip install --no-deps . diff --git a/requirements/docs.txt b/requirements/docs.txt index ab69b64e..dcf7702c 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -1,12 +1,12 @@ -- bottleneck -- jsonschema2md >= 1, < 2 -- mkdocs -- mkdocs-click -- mkdocs-gen-files -- mkdocs-include-markdown-plugin -- mkdocs-jupyter -- mkdocs-macros-plugin -- mkdocstrings-python -- mkdocs-material >= 9, < 10 -- pip -- typing-extensions \ No newline at end of file +bottleneck +jsonschema2md >= 1, < 2 +mkdocs +mkdocs-click +mkdocs-gen-files +mkdocs-include-markdown-plugin +mkdocs-jupyter +mkdocs-macros-plugin +mkdocstrings-python +mkdocs-material >= 9.5 +pip +typing-extensions \ No newline at end of file