From 5adb10301d10b8f891f6be6f13c4794d8ccc012c Mon Sep 17 00:00:00 2001 From: Sage Abdullah <sage.abdullah@torchbox.com> Date: Wed, 18 Dec 2024 11:34:31 +0000 Subject: [PATCH] Add explicit path to Sphinx configuration in .readthedocs.yml --- .readthedocs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index e575a60610..bf778d68d3 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -9,3 +9,5 @@ python: path: . extra_requirements: - docs +sphinx: + configuration: docs/conf.py