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~28 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/a9d12f3b1c2fc52a1025f9983d6f4793e61f853a?ds=inline;hp=--cc manual: omit ocdoc/* during doc generation --- a9d12f3b1c2fc52a1025f9983d6f4793e61f853a diff --git a/user_manual/conf.py b/user_manual/conf.py index b9c57114..cea5e968 100644 --- a/user_manual/conf.py +++ b/user_manual/conf.py @@ -67,7 +67,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