From 1e685e703c1e6272fa2f72722dc671a54cf9a279 Mon Sep 17 00:00:00 2001 From: Claromes Date: Tue, 18 Jun 2024 09:50:20 -0300 Subject: [PATCH] update templates path --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index adb990c..87f09e2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ extensions = [ "sphinx_autodoc_typehints", ] -templates_path = ["_templates"] +templates_path = ["docs/_templates"] exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"] autodoc_typehints = "description" -- 2.34.1