Attempt to fix readthedocs build config

This commit is contained in:
Raphael Michel
2022-10-10 09:41:29 +02:00
parent 909b16be64
commit 6905d3e801
2 changed files with 16 additions and 7 deletions

View File

@@ -1,10 +1,9 @@
version: 2
sphinx:
configuration: docs/conf.py
build:
os: "ubuntu-22.04"
tools:
python: "3.10"
jobs:
post_create_environment:
- cd docs && pip install --exists-action=w --no-cache-dir -r requirements.txt
python:
version: "3.10"
install:
- method: pip
path: ./src/
- requirements: docs/requirements.rtd.txt