don't build template files by themselves

This commit is contained in:
Sagar Karandikar 2023-06-29 01:36:11 +00:00
parent cd88af0fcd
commit 02350dd91c
1 changed files with 1 additions and 1 deletions

View File

@ -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'