From 966eb86448da3a0100ac1dc4232dda849d42b6aa Mon Sep 17 00:00:00 2001 From: Pierrick Rambaud Date: Thu, 28 Dec 2023 14:59:37 +0000 Subject: [PATCH] fix: update rdt configuration --- .readthedocs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 6c8b931..562b083 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,13 +1,13 @@ +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details version: 2 build: os: ubuntu-22.04 tools: - python: "3.8" + python: "3.10" sphinx: - configuration: doc/source/conf.py + configuration: docs/conf.py python: install: - # install itself with pip install . - method: pip path: . extra_requirements: