From 811f1e7e7445e93f6210754db444a58b51741476 Mon Sep 17 00:00:00 2001 From: Unai Martinez-Corral <38422348+umarcor@users.noreply.github.com> Date: Sun, 26 Mar 2023 14:20:09 +0200 Subject: [PATCH] Remove unused `templates_path` (#627) --- docs/conf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 125352c4f..479f78426 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -37,7 +37,6 @@ "sphinx_design", "sphinx_inline_tabs", ] -templates_path = ["_templates"] # -- Options for extlinks ---------------------------------------------------- #