taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit cf29c27e4b3155a41106316d91f5497a068b7856
parent a8c68cc744b0a59fcebdfff836368393c6fd0df4
Author: Florian Dold <florian@dold.me>
Date:   Mon, 14 Dec 2020 13:35:59 +0100

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.

Diffstat:
Mconf.py | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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.