From e734e7361d4d62188d4ed15592821e5a44488a0d Mon Sep 17 00:00:00 2001 From: Rotzbua Date: Tue, 11 Jun 2024 14:40:14 +0200 Subject: [PATCH 1/2] fix(docs): add required readthedocs config --- .readthedocs.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 00000000..90e8c771 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,12 @@ +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + +version: 2 + +build: + os: ubuntu-lts-latest + tools: + python: "3.12" + +sphinx: + configuration: docs/conf.py \ No newline at end of file From 3f3c8fbabfc04995c8c668158e153398b8f2ca4e Mon Sep 17 00:00:00 2001 From: Alexandr Artemyev Date: Tue, 11 Jun 2024 17:51:25 +0500 Subject: [PATCH 2/2] Update .readthedocs.yaml --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 90e8c771..a2949f04 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,4 +9,4 @@ build: python: "3.12" sphinx: - configuration: docs/conf.py \ No newline at end of file + configuration: docs/conf.py