From 6c26e629f32ca1c5082204f376096c02b48edce6 Mon Sep 17 00:00:00 2001 From: Luciano Resende Date: Sun, 18 Feb 2024 13:16:02 -0800 Subject: [PATCH] Fix readthedocs build configuration --- .readthedocs.yaml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 3e388237d..7f8afb1fb 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,5 +1,12 @@ version: 2 +build: + os: "ubuntu-22.04" + tools: + python: "3.11" +python: + install: + - requirements: docs/doc-requirements.txt sphinx: configuration: docs/source/conf.py -conda: - environment: docs/environment.yml +#conda: +# environment: docs/environment.yml