From c9c17967d6f4a8006dceeac26f3c11142e297b6a Mon Sep 17 00:00:00 2001 From: Daniel Weindl Date: Thu, 9 Feb 2023 12:47:11 +0100 Subject: [PATCH] Doc: Install amici on RTD (#1016) To run example notebooks (-> https://readthedocs.org/projects/pypesto/builds/19417900/) --- .readthedocs.yml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 82aacf1f4..0bd612cb6 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -8,15 +8,24 @@ version: 2 # Build documentation in the doc/ directory with Sphinx sphinx: configuration: doc/conf.py + fail_on_warning: True # python requirements python: - version: 3.8 install: - method: pip path: . extra_requirements: - doc + - amici + +build: + os: "ubuntu-20.04" + apt_packages: + - libatlas-base-dev + - swig + tools: + python: "3.10" # what to build formats: