From 2a8adb27425a9adc71f0d1b3fcdb1a8f1852c7da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20P=C3=B6lsterl?= Date: Sun, 12 Nov 2023 17:05:52 +0100 Subject: [PATCH] Add build section to .readthedocs.yml --- .readthedocs.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index fc79f7e..65907ea 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,6 +5,12 @@ # Required version: 2 +# Set the OS, Python version and other tools you might need +build: + os: ubuntu-22.04 + tools: + python: mambaforge-22.9 + # Build documentation in the docs/ directory with Sphinx sphinx: builder: html