Fix readthedocs build

This commit is contained in:
Raphael Michel
2022-10-10 10:19:22 +02:00
parent 6848ce24eb
commit fb45f9f08c

View File

@@ -1,9 +1,15 @@
version: 2 version: 2
sphinx: sphinx:
configuration: docs/conf.py configuration: doc/conf.py
build:
os: ubuntu-22.04
tools:
python: "3.8"
nodejs: "16"
apt_packages:
- gettext
python: python:
version: "3.9"
install: install:
- method: pip - method: pip
path: ./src/ path: ./src/
- requirements: docs/requirements.rtd.txt - requirements: doc/requirements.rtd.txt