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] 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: