From 2b08f865dcc9e12216325228f2763a04a1245c1b Mon Sep 17 00:00:00 2001 From: Benson Muite Date: Thu, 26 Feb 2026 10:52:48 +0300 Subject: [PATCH] Fix path --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 6fff14b..d98effd 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -38,7 +38,7 @@ "sphinxcontrib.apidoc", ] -apidoc_module_dir = "../src/multiregex" +apidoc_module_dir = "../multiregex" apidoc_output_dir = "api" apidoc_separate_modules = True apidoc_extra_args = ["--implicit-namespaces"]