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/5] 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/5] 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: From dfb3549608be80f11932d24030bc7dd898cf22c3 Mon Sep 17 00:00:00 2001 From: jgerritsjans <39391800+jgerritsjans@users.noreply.github.com> Date: Thu, 24 Jul 2025 21:56:28 +0200 Subject: [PATCH 3/5] Update .readthedocs.yaml According to: https://about.readthedocs.com/blog/2024/12/deprecate-config-files-without-sphinx-or-mkdocs-config/ --- .readthedocs.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 8a3099fc9..3ea3a4eb5 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,8 +1,7 @@ version: 2 - sphinx: # Path to your Sphinx configuration file. - configuration: docs/.travis.yml + configuration: docs/conf.py python: install: From e6ae609f82c15c7633bcba5ea6db24198e640db8 Mon Sep 17 00:00:00 2001 From: jgerritsjans <39391800+jgerritsjans@users.noreply.github.com> Date: Thu, 24 Jul 2025 22:25:51 +0200 Subject: [PATCH 4/5] Update .readthedocs.yaml --- .readthedocs.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 3ea3a4eb5..497449669 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,8 +1,5 @@ version: 2 -sphinx: - # Path to your Sphinx configuration file. - configuration: docs/conf.py - + python: install: - requirements: source/rtd_requirements.txt From a4641dfb779b9eb2ff5abce26e38a48c03e9196a Mon Sep 17 00:00:00 2001 From: jgerritsjans <39391800+jgerritsjans@users.noreply.github.com> Date: Thu, 24 Jul 2025 22:30:37 +0200 Subject: [PATCH 5/5] Create sphinx.configuration Adding sphinx.configuration According to: https://about.readthedocs.com/blog/2024/12/deprecate-config-files-without-sphinx-or-mkdocs-config/ --- sphinx.configuration | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sphinx.configuration diff --git a/sphinx.configuration b/sphinx.configuration new file mode 100644 index 000000000..6782dc2a0 --- /dev/null +++ b/sphinx.configuration @@ -0,0 +1,5 @@ + version: 2 +sphinx: + # Path to your Sphinx configuration file. + configuration: docs/conf.py +