From c29205d0b391269e123e3bc65b4b24cde2bc266e Mon Sep 17 00:00:00 2001 From: Donat Zenichev Date: Thu, 13 Feb 2025 11:01:44 +0100 Subject: [PATCH] MT#57728 Docs: add .readthedocs.yml file Add the root RTD file required for a proper building of the documentation. Change-Id: If9b2d2d86491e31528ffbcc6108f744a58114c0f --- .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 00000000..adf5be1f --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,14 @@ +version: 2 + +build: + os: ubuntu-22.04 + tools: + python: "3.10" + +sphinx: + configuration: docs/conf.py + +python: + install: + - requirements: docs/requirements.txt +