fix .readthedocs.yaml, fixes #559 (#560)

This commit is contained in:
TW 2023-09-12 19:51:12 +02:00 committed by GitHub
parent ef15f4a62c
commit 41d6239c0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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