From 99a7d97c9a6ef06fdc950207b65aaac04fd371aa Mon Sep 17 00:00:00 2001 From: jgerritsjans <39391800+jgerritsjans@users.noreply.github.com> Date: Thu, 24 Jul 2025 21:19:36 +0200 Subject: [PATCH 1/2] Update .readthedocs.yaml Adding version: 2 mkdocs: # Path to your MkDocs configuration file. configuration: mkdocs.yml According to: https://about.readthedocs.com/blog/2024/12/deprecate-config-files-without-sphinx-or-mkdocs-config/ --- .readthedocs.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 497449669..61ae7ecb2 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,5 +1,10 @@ version: 2 +version: 2 +mkdocs: + # Path to your MkDocs configuration file. + configuration: mkdocs.yml + python: install: - requirements: source/rtd_requirements.txt From 2d4abbe75de5127a9207c80393d16979dda5ee8b Mon Sep 17 00:00:00 2001 From: jgerritsjans <39391800+jgerritsjans@users.noreply.github.com> Date: Thu, 24 Jul 2025 21:38:09 +0200 Subject: [PATCH 2/2] Update .readthedocs.yaml Adding sphinx: # Path to your Sphinx configuration file. configuration: docs/conf.py But conf.py does not exist => .travis.yml --- .readthedocs.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 61ae7ecb2..8a3099fc9 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,9 +1,8 @@ version: 2 -version: 2 -mkdocs: - # Path to your MkDocs configuration file. - configuration: mkdocs.yml +sphinx: + # Path to your Sphinx configuration file. + configuration: docs/.travis.yml python: install: