Attempt to fix readthedocs build config

This commit is contained in:
Raphael Michel
2022-10-10 09:33:42 +02:00
parent a18162cc47
commit 909b16be64

View File

@@ -1,6 +1,10 @@
version: 2
sphinx:
configuration: docs/conf.py
python:
install:
- requirements: doc/requirements.txt
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