From 1e39148195c17fd6e15019d3a1a7baccc7b68267 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Wed, 15 Nov 2023 09:19:08 +0100 Subject: [PATCH 1/2] Add `build` section to `.readthedocs.yml` --- .readthedocs.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 67c8a23..04d73ce 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,5 +1,11 @@ version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.10" + nodejs: "20" + python: install: - requirements: docs/requirements.txt @@ -7,4 +13,4 @@ python: sphinx: builder: html configuration: docs/conf.py - fail_on_warning: true \ No newline at end of file + fail_on_warning: true From 229069d31fbce4f3fa2560b37a7f20e9ebf6ead6 Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Wed, 15 Nov 2023 09:23:46 +0100 Subject: [PATCH 2/2] Rename .readthedocs.yml to .readthedocs.yaml --- .readthedocs.yml => .readthedocs.yaml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .readthedocs.yml => .readthedocs.yaml (100%) diff --git a/.readthedocs.yml b/.readthedocs.yaml similarity index 100% rename from .readthedocs.yml rename to .readthedocs.yaml