From e601c3d906ad9b8887bc81d8d65e03816c973ab7 Mon Sep 17 00:00:00 2001 From: Tora Kozic Date: Fri, 1 Dec 2023 10:58:38 -0700 Subject: [PATCH] update readthedocs build config --- .readthedocs.yaml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index cc1c33d8..186d4e54 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,6 +5,17 @@ # Required version: 2 +# Set the OS, Python version and other tools you might need +build: + os: ubuntu-22.04 + tools: + python: "3.11" + # You can also specify other tool versions: + # nodejs: "20" + # rust: "1.70" + # golang: "1.20" + + # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/conf.py @@ -13,7 +24,6 @@ sphinx: formats: all python: - version: 3.7 install: - method: pip path: .