From 807f465d8b12419caa277bf7b88b171336360552 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Mon, 13 Jan 2025 15:22:35 -0800 Subject: [PATCH] Specify Sphinx configuration --- .readthedocs.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 902f93b..569cb1f 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,6 +5,10 @@ build: tools: python: "3.13" +sphinx: + configuration: docs/conf.py + python: install: - - path: . + - method: pip + path: .