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 version: 2
sphinx: sphinx:
configuration: docs/conf.py configuration: docs/conf.py
python: build:
install: os: "ubuntu-22.04"
- requirements: doc/requirements.txt tools:
python: "3.10"
jobs:
post_create_environment:
- cd docs && pip install --exists-action=w --no-cache-dir -r requirements.txt