Files
edx-platform/.readthedocs.yaml
Feanil Patel 322a9c4773 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.
2023-09-05 09:10:49 -04:00

16 lines
199 B
YAML

version: 2
build:
os: "ubuntu-22.04"
tools:
python: "3.8"
sphinx:
configuration: docs/conf.py
python:
install:
- requirements: "requirements/edx/doc.txt"
- method: pip
path: .