From c349b83b125f7c7d1cdee2347011a85688a15c65 Mon Sep 17 00:00:00 2001 From: imedan Date: Tue, 3 Oct 2023 12:37:29 -0500 Subject: [PATCH] correct sphinx path --- readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readthedocs.yml b/readthedocs.yml index b9e8c0e..7bbd3ea 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -6,4 +6,4 @@ build: python: "3.8" sphinx: - configuration: docs/conf.py \ No newline at end of file + configuration: docs/sphinx/conf.py \ No newline at end of file