From 502a3e8ead61fd8be356971258cb29cf430bb87f Mon Sep 17 00:00:00 2001 From: Laurent Franceschetti Date: Wed, 6 Mar 2024 10:39:18 +0100 Subject: [PATCH] Fix issue ReadTheDocs Build (#95) - the `build` section was missing in `.readthedocs.yml` --- .readthedocs.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 06d4c2f..5bc3525 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -9,6 +9,15 @@ version: 2 # sphinx: # configuration: docs/conf.py +build: + os: ubuntu-22.04 + tools: + python: "3.11" + # You can also specify other tool versions: + # nodejs: "20" + # rust: "1.70" + # golang: "1.20" + # Python environment python: install: