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.
This commit is contained in:
Feanil Patel
2023-09-05 09:09:32 -04:00
parent aec8fcd559
commit 322a9c4773

View File

@@ -6,7 +6,7 @@ build:
python: "3.8"
sphinx:
configuration: source/conf.py
configuration: docs/conf.py
python:
install: