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