From 3b44bd4bf784e9e29f1fb960fa26868085dd01cc Mon Sep 17 00:00:00 2001 From: Ajda Date: Fri, 22 Dec 2023 13:13:37 +0100 Subject: [PATCH 1/2] Fix basic config file for documentation --- .readthedocs.yaml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 813051e..0e89d23 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,10 +1,13 @@ version: 2 -build: - os: ubuntu-20.04 - tools: - python: "3.10" - sphinx: # Path to the shared conf.py file. configuration: doc/conf.py + +python: + version: 3.10 + install: + - method: pip + path: . + extra_requirements: + - doc From 7813e51d86597ce29ff69226f26c22e0a0412fb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Primo=C5=BE=20Godec?= Date: Fri, 22 Dec 2023 13:45:21 +0100 Subject: [PATCH 2/2] Update .readthedocs.yaml --- .readthedocs.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 0e89d23..8f87aba 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,11 +1,15 @@ version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.10" + sphinx: # Path to the shared conf.py file. configuration: doc/conf.py python: - version: 3.10 install: - method: pip path: .