From 424dcb909e4bde955c16746f8fb336e0ec19d98f Mon Sep 17 00:00:00 2001 From: Cedric Hombourger Date: Mon, 22 Jan 2024 08:32:49 +0100 Subject: [PATCH] fix(docs): add now-required configuration file for readthedocs.io Link: https://docs.readthedocs.io/en/stable/config-file/v2.html Signed-off-by: Cedric Hombourger --- .readthedocs.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 00000000..06ca612c --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,20 @@ +# --------------------------------------------------------------------------- +# Configuration file for mtda.readthedocs.io builds +# --------------------------------------------------------------------------- +# +# This software is a part of MTDA. +# Copyright (C) 2024 Siemens Digital Industrial Software +# +# --------------------------------------------------------------------------- +# SPDX-License-Identifier: MIT +# --------------------------------------------------------------------------- + +version: 2 + +build: + os: ubuntu-22.04 + tools: + python: "3.12" + +sphinx: + configuration: docs/conf.py