From 9411bbf8bce91bef90d873c33e39aad6d2d8b11e Mon Sep 17 00:00:00 2001 From: "Maarten A. Breddels" Date: Thu, 8 Feb 2024 14:10:33 +0100 Subject: [PATCH] docs: set build.os --- .readthedocs.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..fb030f6 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,10 @@ +# https://docs.readthedocs.io/en/stable/config-file/v2.html +version: 2 + +build: + os: "ubuntu-22.04" + tools: + python: "3.10" + +sphinx: + configuration: docs/source/conf.py