From d1a35ac08365607c59096f54a548192f12b8a603 Mon Sep 17 00:00:00 2001 From: Edan Bainglass Date: Mon, 13 Jan 2025 08:30:29 +0000 Subject: [PATCH] Explicitly state Sphinx configuration path --- .readthedocs.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 0533b11c5..489fa7034 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,6 +5,9 @@ # Required version: 2 +sphinx: + configuration: docs/source/conf.py + # Set the OS, Python version and other tools you might need build: os: ubuntu-22.04