From 02350dd91cc468497aedef6da1ea089649fad468 Mon Sep 17 00:00:00 2001 From: Sagar Karandikar Date: Thu, 29 Jun 2023 01:36:11 +0000 Subject: [PATCH] don't build template files by themselves --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 3dcf5eff..d9cf9444 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -117,7 +117,7 @@ language = 'en' # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. # This pattern also affects html_static_path and html_extra_path . -exclude_patterns = [u'_build', 'Thumbs.db', '.DS_Store'] +exclude_patterns = [u'_build', 'Thumbs.db', '.DS_Store', '*-Template.rst'] # The name of the Pygments (syntax highlighting) style to use. pygments_style = 'sphinx'