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.
This commit is contained in:
Feanil Patel
2023-07-18 16:04:57 -04:00
parent f32c938961
commit de6639a85f

View File

@@ -5,6 +5,9 @@ build:
tools:
python: "3.8"
sphinx:
configuration: source/conf.py
python:
install:
- requirements: "requirements/edx/doc.txt"