From d021d710f9b4641c34ee599c48f1c49446523db5 Mon Sep 17 00:00:00 2001 From: Andrew Svetlov Date: Wed, 12 Feb 2025 11:49:58 +0100 Subject: [PATCH] Explicitly specify sphinx configuration file (#934) --- .readthedocs.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 3737a0d9..99df37f6 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,6 +5,10 @@ --- version: 2 +sphinx: + # Path to your Sphinx configuration file. + configuration: docs/conf.py + submodules: include: all exclude: []