From 88388cf5f805d76d3f40dc55a239ab418bc0f817 Mon Sep 17 00:00:00 2001 From: Markus Wallerberger Date: Sun, 24 Mar 2024 07:27:04 +0100 Subject: [PATCH] Fix readthedocs config The readthedocs config now requires specifying OS and Python versions. --- .readthedocs.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index c1497af..3c9838f 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,12 +1,16 @@ # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details version: 2 +build: + os: ubuntu-lts-latest + tools: + python: latest + sphinx: configuration: doc/conf.py # Equivalent to: pip install .[doc] python: - version: 3 install: - method: pip path: .