From fdb3ef027a09c332fb2d8613385975ec5fdf5967 Mon Sep 17 00:00:00 2001 From: George Gayno Date: Tue, 17 Oct 2023 17:21:25 +0000 Subject: [PATCH] Add location of conf.py Fixes #860. --- .readthedocs.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index b7303cf6b..c425804db 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -10,3 +10,6 @@ build: os: ubuntu-20.04 tools: python: "3.9" + +sphinx: + configuration: docs/source/conf.py