From 7fb94c681394c690261dc0d0e1595853344589a3 Mon Sep 17 00:00:00 2001 From: Vicente Adolfo Bolea Sanchez Date: Mon, 7 Aug 2023 17:41:44 -0400 Subject: [PATCH] fixup! fixup! Merge pull request #3737 from vicentebolea/fix-evpath-plugins-path --- docs/environment.yml | 12 +++++++++++- readthedocs.yml | 14 +++++++++----- 2 files changed, 20 insertions(+), 6 deletions(-) diff --git a/docs/environment.yml b/docs/environment.yml index ae8a0d419c..558152e1e9 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -4,4 +4,14 @@ channels: - conda-forge dependencies: - - adios2 + - cmake + - numpy + - breathe==4.33.0 + - docutils==0.17 + - python + - sphinx=4 + - pip + - pip: + - blockdiag==3.0.0 + - sphinxcontrib-blockdiag==3.0.0 + - sphinx_rtd_theme==1.0.0 diff --git a/readthedocs.yml b/readthedocs.yml index 1a55f6b0e3..309601c2f8 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -4,11 +4,15 @@ version: 2 conda: environment: docs/environment.yml -python: - version: 3.8 - install: - - requirements: docs/requirements.txt - +build: + os: "ubuntu-22.04" + tools: + python: "3.10" + jobs: + pre_install: + - cmake -B build -S . + - cmake --build build + - cmake --install build formats: - pdf - epub