From 322a9c4773cad100b92db21d3fefc265f9e7a2fc Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Tue, 5 Sep 2023 09:09:32 -0400 Subject: [PATCH] build: Fix the docs build. We were pointing to the wrong location for the conf.py file previously. Correct this so that the docs build works. --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index cf3f80aec8..56d794e356 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -6,7 +6,7 @@ build: python: "3.8" sphinx: - configuration: source/conf.py + configuration: docs/conf.py python: install: