From aeff1cddaaa768144b65cb04a5d2517419d50188 Mon Sep 17 00:00:00 2001 From: Alec Delaney Date: Tue, 19 Apr 2022 22:32:08 -0400 Subject: [PATCH] Add docs/templates to templates in conf.py --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index 7818d78917..df468d3d0e 100644 --- a/conf.py +++ b/conf.py @@ -83,7 +83,7 @@ extensions = [ ] # Add any paths that contain templates here, relative to this directory. -templates_path = ['templates'] +templates_path = ['templates', "docs/templates"] # The suffix of source filenames. source_suffix = {