From 5adcf869a39b593d38008eca6e49867f4fcf73a4 Mon Sep 17 00:00:00 2001 From: James Briggs <james.briggs@hotmail.com> Date: Thu, 1 Aug 2024 14:05:11 +0400 Subject: [PATCH] fix: testing --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index f09d0a0f..a7aa6634 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -22,7 +22,7 @@ extensions = [ "sphinxawesome_theme" ] -templates_path = ["_templates"] +#templates_path = ["_templates"] exclude_patterns: List[str] = [] -- GitLab