From bb1b8b620e217f7d073256d2af34a3dc95708b0b Mon Sep 17 00:00:00 2001 From: Frank Schultz Date: Thu, 21 Aug 2025 15:58:02 +0200 Subject: [PATCH 1/3] Update readthedocs.yml - sphinx handling mod https://about.readthedocs.com/blog/2024/12/deprecate-config-files-without-sphinx-or-mkdocs-config/ - ubuntu/python versions --- readthedocs.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/readthedocs.yml b/readthedocs.yml index 7ff6f6a..41a8bb7 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -1,11 +1,14 @@ version: 2 build: - os: ubuntu-22.04 + os: ubuntu-24.04 tools: - python: "3.8" + python: "3" python: install: - requirements: requirements.txt - requirements: doc/requirements.txt + +sphinx: + configuration: doc/conf.py From 39658a6ac5ef34a3ab0f4775041ed4dffeaa07a3 Mon Sep 17 00:00:00 2001 From: Frank Schultz Date: Thu, 21 Aug 2025 16:10:25 +0200 Subject: [PATCH 2/3] Update readthedocs.yml del non-existing file --- readthedocs.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/readthedocs.yml b/readthedocs.yml index 41a8bb7..ab26b52 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -7,7 +7,6 @@ build: python: install: - - requirements: requirements.txt - requirements: doc/requirements.txt sphinx: From 5bcd01f0e1642aaf4aded0cc34aa765f5adc65bc Mon Sep 17 00:00:00 2001 From: Frank Schultz Date: Thu, 21 Aug 2025 19:57:53 +0200 Subject: [PATCH 3/3] Update readthedocs.yml --- readthedocs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readthedocs.yml b/readthedocs.yml index ab26b52..d553d8e 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -7,6 +7,8 @@ build: python: install: + - method: pip + path: . - requirements: doc/requirements.txt sphinx: