taler-docs

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

commit 8083c62562ffa5d5a212d91c6987f06495684313
parent 8f8c13ea981fee319d28d0a7a49f141b8461ce7c
Author: Florian Dold <florian.dold@gmail.com>
Date:   Wed, 18 Sep 2019 19:18:41 +0200

ignore prebuilt

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

diff --git a/conf.py b/conf.py @@ -98,7 +98,7 @@ release = '0.6.0pre1' # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. -exclude_patterns = ['_build', '_exts', 'cf'] +exclude_patterns = ['_build', '_exts', 'cf', 'prebuilt'] # The reST default role (used for this markup: `text`) to use for all # documents.