Skip to content

Commit

Permalink
Doc: Install amici on RTD (#1016)
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl authored Feb 9, 2023
1 parent a1ee29d commit c9c1796
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c9c1796

Please sign in to comment.