We were pointing to the wrong location for the conf.py file previously. Correct this so that the docs build works.
16 lines
199 B
YAML
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: .
|