From 4744d3f26faf295ced3633f1c1bb293b7bf6fa7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Jan=C3=9Fen?= Date: Mon, 27 Nov 2023 17:05:33 +0100 Subject: [PATCH] continue debugging --- .ci_support/environment-docs.yml | 3 +-- .readthedocs.yml | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.ci_support/environment-docs.yml b/.ci_support/environment-docs.yml index 1df656c6..cb755a1e 100644 --- a/.ci_support/environment-docs.yml +++ b/.ci_support/environment-docs.yml @@ -10,5 +10,4 @@ dependencies: - mpi4py =3.1.5 - tqdm =4.66.1 - pyzmq =25.1.1 -- flux-core -- versioneer =0.29 \ No newline at end of file +- flux-core \ No newline at end of file diff --git a/.readthedocs.yml b/.readthedocs.yml index 00d0319d..fa7d48e9 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -10,6 +10,8 @@ build: tools: python: "mambaforge-22.9" commands: + - cat .ci_support/environment-docs.yml + - mamba env create --quiet --name readthedocs --file .ci_support/environment-docs.yml - pip install versioneer[toml]==0.29 - pip install . --no-deps --no-build-isolation - python -m sphinx -T -E -b html -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html