From fb45f9f08c483e80a9e7ac14b46ec3fccab567dd Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Mon, 10 Oct 2022 10:19:22 +0200 Subject: [PATCH] Fix readthedocs build --- .readthedocs.yaml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 44f05d5414..caecd781bd 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,9 +1,15 @@ version: 2 sphinx: - configuration: docs/conf.py + configuration: doc/conf.py +build: + os: ubuntu-22.04 + tools: + python: "3.8" + nodejs: "16" + apt_packages: + - gettext python: - version: "3.9" install: - method: pip path: ./src/ - - requirements: docs/requirements.rtd.txt + - requirements: doc/requirements.rtd.txt