From 93467271e5a2c1a2d43d51fb3d675b90d590622e Mon Sep 17 00:00:00 2001 From: Steven Dahdah Date: Mon, 2 Oct 2023 22:12:40 -0400 Subject: [PATCH] Fix doc path --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 1156dae..6d68695 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,4 +4,4 @@ build: tools: python: "3.11" sphinx: - configuration: docs/conf.py + configuration: doc/conf.py