From: Daniel Molkentin Date: Tue, 27 Jan 2015 22:29:49 +0000 (+0100) Subject: manual: omit ocdoc/* during doc generation X-Git-Tag: oc-android-1.7.0_signed~15^2~1 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/931bc1e62cb4629e56621daa5715a841a4e53c79?ds=inline;hp=--cc manual: omit ocdoc/* during doc generation --- 931bc1e62cb4629e56621daa5715a841a4e53c79 diff --git a/user_manual/conf.py b/user_manual/conf.py index 8493d9cf..f81d4ba9 100644 --- a/user_manual/conf.py +++ b/user_manual/conf.py @@ -64,7 +64,7 @@ release = '@VERSION@' # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. -exclude_patterns = ['_build','scripts/*'] +exclude_patterns = ['_build','scripts/*', 'ocdoc/*'] # The reST default role (used for this markup: `text`) to use for all documents. #default_role = None