gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: exclude README.md from sphinx build


From: gnunet
Subject: [taler-docs] branch master updated: exclude README.md from sphinx build
Date: Mon, 14 Dec 2020 13:36:46 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new cf29c27  exclude README.md from sphinx build
cf29c27 is described below

commit cf29c27e4b3155a41106316d91f5497a068b7856
Author: Florian Dold <florian@dold.me>
AuthorDate: Mon Dec 14 13:35:59 2020 +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.
---
 conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf.py b/conf.py
index c1de8ed..321a1c6 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.

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]