From 00d9dbf5875af0573b6bbfb5c8174d1c6bab07a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leon=20M=C3=B6ller?= Date: Sat, 23 Dec 2023 01:21:44 +0100 Subject: [PATCH] docs.conf: remove `_templates` from `templates_path` This directory doesn't exist so there's no reason to have it listed there. --- 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 cb07ae3d1..149ef4f0f 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -45,7 +45,7 @@ ] # Add any paths that contain templates here, relative to this directory. -templates_path = ['_templates'] +templates_path = [] # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files.