From cf29c27e4b3155a41106316d91f5497a068b7856 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 14 Dec 2020 13:35:59 +0100 Subject: exclude README.md from sphinx build This file is always meant to be a README for the documentation writers, and not part of the documentation output. --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf.py') diff --git a/conf.py b/conf.py index c1de8edc..321a1c66 100644 --- a/conf.py +++ b/conf.py @@ -100,7 +100,7 @@ release = '0.8.0pre0' # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. -exclude_patterns = ['_build', '_exts', 'cf', 'prebuilt'] +exclude_patterns = ['_build', '_exts', 'cf', 'prebuilt', '**/README.md'] # The reST default role (used for this markup: `text`) to use for all # documents. -- cgit v1.2.3