From 1b38b43efc8fc11e048a4cf73d66ee6427fab648 Mon Sep 17 00:00:00 2001 From: Tormod Haugland Date: Tue, 3 Sep 2024 12:57:23 +0200 Subject: [PATCH] Add .readthedocs.yaml file Signed-off-by: Tormod Haugland --- .readthedocs.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..c104ef2 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,14 @@ +# Read the Docs configuration file for Sphinx projects +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +# Required +version: 2 + +# Set the OS, Python version and other tools you might need +build: + os: ubuntu-22.04 + tools: + python: "3.12" + +sphinx: + configuration: docs/conf.py