From 4c7094c3c5cfa5f96e57da58ef57e3a1268706d0 Mon Sep 17 00:00:00 2001 From: sarina Date: Mon, 6 May 2024 12:42:32 -0400 Subject: [PATCH] build: Ignore READMEs - they aren't source files for the final build --- oeps/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oeps/conf.py b/oeps/conf.py index eb974d820..484be7485 100644 --- a/oeps/conf.py +++ b/oeps/conf.py @@ -96,7 +96,7 @@ # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. # This patterns also effect to html_static_path and html_extra_path -exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] +exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', 'README.rst'] # The reST default role (used for this markup: `text`) to use for all # documents.