update templates path
authorClaromes <claromes@hey.com>
Tue, 18 Jun 2024 12:55:21 +0000 (09:55 -0300)
committerClaromes <claromes@hey.com>
Tue, 18 Jun 2024 12:55:21 +0000 (09:55 -0300)
docs/conf.py

index 87f09e27005ec6f7dd195aeca760c86d214d41f5..adb990cf0d9cf0057ec976ed4c52237e2708c06b 100644 (file)
@@ -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"