taler-docs

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

commit 971a47b682fbf607bc2ed3bcb72123fbf91d1126
parent 88cea0c22b37c7d0973c815b2e6d8e4201883313
Author: Florian Dold <florian.dold@gmail.com>
Date:   Thu,  5 Sep 2019 18:24:59 +0200

ignore cf doc

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

diff --git a/conf.py b/conf.py @@ -95,7 +95,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'] +exclude_patterns = ['_build', '_exts', 'cf'] # The reST default role (used for this markup: `text`) to use for all # documents.