From bb401b3121d2a556c17b4181b6260e228cf450a4 Mon Sep 17 00:00:00 2001 From: Thomas Calmant Date: Fri, 14 Jun 2024 13:42:08 +0200 Subject: [PATCH] Added a ReadTheDocs configuration file --- .readthedocs.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 0000000..08a5fc5 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,16 @@ +# Read the Docs configuration file for Sphinx projects +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +version: 2 + +formats: + - pdf + - htmlzip + +build: + os: ubuntu-22.04 + tools: + python: "3.11" + +sphinx: + configuration: docs/conf.py