From de6639a85f43768ae15374c80255eded359326a6 Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Tue, 18 Jul 2023 16:04:57 -0400 Subject: [PATCH] docs: Update .readthedocs.yml to point to the sphinx config. Now that there is only one sphinx project, the RTD config can be more specific and stop relying on the old style config which is about to be deprecated. --- .readthedocs.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 1ba26f8d58..cf3f80aec8 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,6 +5,9 @@ build: tools: python: "3.8" +sphinx: + configuration: source/conf.py + python: install: - requirements: "requirements/edx/doc.txt"