From d359702e2ed673986fc7d5233d4d003571959fd6 Mon Sep 17 00:00:00 2001 From: Claromes Date: Tue, 18 Jun 2024 09:55:21 -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 87f09e2..adb990c 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ extensions = [ "sphinx_autodoc_typehints", ] -templates_path = ["docs/_templates"] +templates_path = ["_templates"] exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"] autodoc_typehints = "description" -- 2.34.1