Skip to content

Commit

Permalink
fix .readthedocs.yaml, fixes #559 (#560)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasWaldmann committed Sep 12, 2023
1 parent ef15f4a commit 41d6239
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ build:
os: ubuntu-22.04
tools:
python: "3.11"
apt_packages:
- build-essential
jobs:
pre_install:
- pip install -r requirements.txt
- make cython

python:
install:
- method: pip
path: .

sphinx:
configuration: docs/conf.py

0 comments on commit 41d6239

Please sign in to comment.