From a72f79fb403ab6178e7dc6a546389a779cf8a3ef Mon Sep 17 00:00:00 2001 From: Lucas Hoffmann Date: Sun, 26 Nov 2023 18:21:18 +0100 Subject: [PATCH] Update readthedocs config --- .readthedocs.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index d547bff3..da16f147 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,5 +1,16 @@ # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details version: 2 + +# Set the version of Python and other tools you might need +build: + os: ubuntu-22.04 + tools: + python: "3.11" + +# Build documentation in the docs/ directory with Sphinx +sphinx: + configuration: doc/source/conf.py + python: install: # Run setup.py first to generate the version.py file. For some reason it