From 12a06917db857f4431be099c28d302e8b188c993 Mon Sep 17 00:00:00 2001 From: Hugo Osvaldo Barrera Date: Thu, 13 Feb 2025 13:34:13 +0100 Subject: [PATCH] Add explicit configuration for readthedocs See: https://about.readthedocs.com/blog/2024/12/deprecate-config-files-without-sphinx-or-mkdocs-config/ --- .readthedocs.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 3652d5e..38c57d4 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,5 +1,8 @@ version: 2 +sphinx: + configuration: docs/conf.py + build: os: "ubuntu-22.04" tools: