From 4b1c5acbb701ed9e6ca854d9c5229928f0ffb537 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Tue, 14 Jan 2025 06:32:02 -0300 Subject: [PATCH] Add required sphinx conf path to .readthedocs.yaml This is now required: https://about.readthedocs.com/blog/2024/12/deprecate-config-files-without-sphinx-or-mkdocs-config/ --- .readthedocs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 5f5acca..415454a 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -6,3 +6,4 @@ build: sphinx: builder: dirhtml fail_on_warning: true + configuration: docs/source/conf.py