From b0a99274626aaa819acda2c2d78af60fbb1c91cb Mon Sep 17 00:00:00 2001 From: Mayitzin Date: Tue, 24 Oct 2023 14:31:53 +0200 Subject: [PATCH] Migrate .readthedocs.yml to v2. See https://blog.readthedocs.com/migrate-configuration-v2/ --- .readthedocs.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 2412ae1..49eedeb 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,6 +1,15 @@ version: 2 + +# Set the base build +build: + os: ubuntu-22.04 + tools: + python: "3.8" + +# Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/source/conf.py + python: version: 3.8 install: