From: Claromes Date: Tue, 18 Jun 2024 12:50:20 +0000 (-0300) Subject: update templates path X-Git-Url: https://git.claromes.com/?a=commitdiff_plain;h=1e685e703c1e6272fa2f72722dc671a54cf9a279;p=waybacktweets.git update templates path --- 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"